Skip to content

Commit 729de6e

Browse files
Update tf.vars.example
The defined variable name is resource_group variable "resource_group" { type = string description = "Resource Group of the AKS cluster, resources will be created for." } not cluster_rg and it throws an error when running it
1 parent be67341 commit 729de6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cluster_name = "<place-holder>"
2-
cluster_rg = "<place-holder>"
2+
resource_group = "<place-holder>"
33
cluster_region = "<place-holder>"
44
castai_api_token = "<place-holder>"
55
subscription_id = "<place-holder>"
6-
subnets = ["<place-holder>"]
6+
subnets = ["<place-holder>"]

0 commit comments

Comments
 (0)