File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
scripts/onboarding/aks/multi-tenancy-terraform Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -22,9 +22,9 @@ This Terraform configuration enables multi-tenancy monitoring for an existing AK
22222 . Create a ` terraform.tfvars ` file with your configuration values:
2323 ``` hcl
2424 aksResourceId = "/subscriptions/<SubscriptionId>/resourcegroups/<ResourceGroup>/providers/Microsoft.ContainerService/managedClusters/<ClusterName>"
25- aksResourceLocation = "eastus "
25+ aksResourceLocation = "<aksClusterLocation> "
2626 workspaceResourceId = "/subscriptions/<SubscriptionId>/resourceGroups/<ResourceGroup>/providers/Microsoft.OperationalInsights/workspaces/<WorkspaceName>"
27- workspaceRegion = "eastus "
27+ workspaceRegion = "<workspaceRegion> "
2828 k8sNamespaces = ["namespace1", "namespace2"]
2929 resourceTagValues = {
3030 "environment" = "production"
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ variable "aksResourceId" {
55
66variable "aksResourceLocation" {
77 type = string
8- description = " Location of the AKS resource e.g. \" East US \" "
8+ description = " Location of the AKS Resource "
99}
1010
1111variable "workspaceRegion" {
You can’t perform that action at this time.
0 commit comments