@@ -114,6 +114,7 @@ The documentation below is auto-generated to give insight on what's created via
114
114
115
115
| Name | Version |
116
116
| ------| ---------|
117
+ | <a name =" provider_azuread " ></a > [ azuread] ( #provider\_ azuread ) | n/a |
117
118
| <a name =" provider_azurerm " ></a > [ azurerm] ( #provider\_ azurerm ) | 3.83.0 |
118
119
| <a name =" provider_http " ></a > [ http] ( #provider\_ http ) | 3.4.0 |
119
120
| <a name =" provider_random " ></a > [ random] ( #provider\_ random ) | 3.5.1 |
@@ -126,6 +127,10 @@ No modules.
126
127
127
128
| Name | Type |
128
129
| ------| ------|
130
+ | [ azuread_application.app] ( https://registry.terraform.io/providers/hashicorp/azuread/latest/docs/resources/application ) | resource |
131
+ | [ azuread_application_federated_identity_credential.app] ( https://registry.terraform.io/providers/hashicorp/azuread/latest/docs/resources/application_federated_identity_credential ) | resource |
132
+ | [ azuread_service_principal.app] ( https://registry.terraform.io/providers/hashicorp/azuread/latest/docs/resources/service_principal ) | resource |
133
+ | [ azuread_service_principal_password.app] ( https://registry.terraform.io/providers/hashicorp/azuread/latest/docs/resources/service_principal_password ) | resource |
129
134
| [ azurerm_key_vault.vault] ( https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/key_vault ) | resource |
130
135
| [ azurerm_key_vault_access_policy.extra_identity_access] ( https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/key_vault_access_policy ) | resource |
131
136
| [ azurerm_key_vault_access_policy.identity_access] ( https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/key_vault_access_policy ) | resource |
@@ -135,11 +140,6 @@ No modules.
135
140
| [ azurerm_key_vault_secret.wrongsecret_3] ( https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/key_vault_secret ) | resource |
136
141
| [ azurerm_kubernetes_cluster.cluster] ( https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/kubernetes_cluster ) | resource |
137
142
| [ azurerm_resource_group.default] ( https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/resource_group ) | resource |
138
- | [ azurerm_role_assignment.aks_extra_identity_operator] ( https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/role_assignment ) | resource |
139
- | [ azurerm_role_assignment.aks_identity_operator] ( https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/role_assignment ) | resource |
140
- | [ azurerm_role_assignment.aks_vm_contributor] ( https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/role_assignment ) | resource |
141
- | [ azurerm_user_assigned_identity.aks_extra_pod_identity] ( https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/user_assigned_identity ) | resource |
142
- | [ azurerm_user_assigned_identity.aks_pod_identity] ( https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/user_assigned_identity ) | resource |
143
143
| [ random_integer.suffix] ( https://registry.terraform.io/providers/hashicorp/random/latest/docs/resources/integer ) | resource |
144
144
| [ random_password.password] ( https://registry.terraform.io/providers/hashicorp/random/latest/docs/resources/password ) | resource |
145
145
| [ random_string.suffix] ( https://registry.terraform.io/providers/hashicorp/random/latest/docs/resources/string ) | resource |
@@ -158,12 +158,10 @@ No modules.
158
158
159
159
| Name | Description |
160
160
| ------| -------------|
161
- | <a name =" output_aad_extra_pod_identity_client_id " ></a > [ aad\_ extra\_ pod\_ identity\_ client\_ id] ( #output\_ aad\_ extra\_ pod\_ identity\_ client\_ id ) | Client ID for the Managed Identity for AAD Pod Identity |
162
- | <a name =" output_aad_extra_pod_identity_resource_id " ></a > [ aad\_ extra\_ pod\_ identity\_ resource\_ id] ( #output\_ aad\_ extra\_ pod\_ identity\_ resource\_ id ) | Resource ID for the Managed Identity for AAD Pod Identity |
163
- | <a name =" output_aad_pod_identity_client_id " ></a > [ aad\_ pod\_ identity\_ client\_ id] ( #output\_ aad\_ pod\_ identity\_ client\_ id ) | Client ID for the Managed Identity for AAD Pod Identity |
164
- | <a name =" output_aad_pod_identity_resource_id " ></a > [ aad\_ pod\_ identity\_ resource\_ id] ( #output\_ aad\_ pod\_ identity\_ resource\_ id ) | Resource ID for the Managed Identity for AAD Pod Identity |
161
+ | <a name =" output_app_client_id " ></a > [ app\_ client\_ id] ( #output\_ app\_ client\_ id ) | n/a |
165
162
| <a name =" output_cluster_name " ></a > [ cluster\_ name] ( #output\_ cluster\_ name ) | AKS Cluster name |
166
163
| <a name =" output_key_vault_url " ></a > [ key\_ vault\_ url] ( #output\_ key\_ vault\_ url ) | Azure KeyVault URI for the Demo Container |
164
+ | <a name =" output_oidc_issuer_url " ></a > [ oidc\_ issuer\_ url] ( #output\_ oidc\_ issuer\_ url ) | AKS Cluster OIDC Issuer URL |
167
165
| <a name =" output_resource_group " ></a > [ resource\_ group] ( #output\_ resource\_ group ) | Resource group name |
168
166
| <a name =" output_tenant_id " ></a > [ tenant\_ id] ( #output\_ tenant\_ id ) | Azure tenant ID |
169
167
| <a name =" output_vault_name " ></a > [ vault\_ name] ( #output\_ vault\_ name ) | Vault name |
0 commit comments