Skip to content

Commit 7038303

Browse files
committed
Fix AKS quickstart config to use resource_group
1 parent 9dca607 commit 7038303

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

quickstart/src/configurations/aks/config.auto.tfvars

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ clusters = {
1414
# e.g. kbst-ops-eu-west-1.aws.infra.example.com
1515
base_domain = ""
1616

17-
# The Azure location to deploy the clusters in
18-
location = ""
17+
# The Azure resource group to use
18+
resource_group = ""
1919
}
2020

2121
# Settings for Ops-cluster

0 commit comments

Comments
 (0)