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
The DevOps Stack provides a standardized deployment Kubernetes Platform, bringing together automated Provisioning as Code, Continuous Application Deployment, and readily-made configurations for the best Cloud Native tools in the industry.
13
13
14
-
TIP: The easiest way to get started with the DevOps Stack is to follow the tutorial on the xref:tutorials/deploy_kind.adoc[Deployment on KinD] page. This tutorial you will leave you with a fully operational https://kind.sigs.k8s.io/[KinD] playground on your local machine.
14
+
TIP: The easiest way to get started with the DevOps Stack is to follow the tutorial on the xref:ROOT:tutorials/deploy_kind.adoc[Deployment on KinD] page. This tutorial you will leave you with a fully operational https://kind.sigs.k8s.io/[KinD] playground on your local machine.
Copy file name to clipboardExpand all lines: examples/aks/locals.tf
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,9 @@
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
-
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.
5
-
oidc_application_name="YOUR_APPLICATION_NAME"# The name of the Azure AD application that will be used for OIDC authentication.
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.
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"
# Parameters used for this deployment of the DevOps Stack.
8
9
common_resource_group="YOUR_COMMON_RESOURCE_GROUP"# The resource group where the common resources will reside. Must be unique for each DevOps Stack deployment in a single Azure subscription.
default_key_vault="YOUR_KEY_VAULT_NAME"# The name of the Key Vault with the Azure AD application credentials.
5
+
default_resource_group="YOUR_DEFAULT_RESOURCE_GROUP"# The default resource group where the Key Vault with the Azure AD application credentials will reside.
6
+
oidc_application_name="YOUR_APPLICATION_NAME"# The name of the Azure AD application that will be used for OIDC authentication.
0 commit comments