Skip to content

Commit c39e944

Browse files
committed
update
1 parent 2bf074d commit c39e944

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

scripts/onboarding/aks/multi-tenancy-terraform/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ This Terraform configuration enables multi-tenancy monitoring for an existing AK
2222
2. 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"

scripts/onboarding/aks/multi-tenancy-terraform/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ variable "aksResourceId" {
55

66
variable "aksResourceLocation" {
77
type = string
8-
description = "Location of the AKS resource e.g. \"East US\""
8+
description = "Location of the AKS Resource"
99
}
1010

1111
variable "workspaceRegion" {

0 commit comments

Comments
 (0)