You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/aks/locals.tf
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
locals {
2
2
# Parameters for the resources that are created outside this code, but still on the Azure subscription where the DevOps Stack will be deployed.
3
3
default_resource_group="YOUR_DEFAULT_RESOURCE_GROUP"# The default resource group where the Key Vault with the Azure AD application credentials is located.
4
-
default_key_vault="YOUR_KEY_VAULT_NAME"# The name of the Key Vault with the Azure AD application credentials.
4
+
shared_key_vault_name="YOUR_KEY_VAULT_NAME"# The name of the Key Vault with the Azure AD application credentials.
5
5
oidc_application_name="YOUR_APPLICATION_NAME"# The name of the Azure AD application that will be used for OIDC authentication. cluster_admins_group_object_id = "38a1908d-0ccd-4acc-99d5-7f0228289752"
0 commit comments