Skip to content

Commit 20360a4

Browse files
Update tf.vars.example
The variables are strings not lists
1 parent 608f0eb commit 20360a4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

examples/eks/eks_cluster_gitops/tf.vars.example

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ aws_cluster_region = "PLACEHOLDER"
44
aws_cluster_name = "PLACEHOLDER"
55
subnets = ["PLACEHOLDER1", "PLACEHOLDER2"]
66
vpc_id = "PLACEHOLDER"
7-
cluster_security_group_id = ["PLACEHOLDER1"]
8-
node_security_group_id = ["PLACEHOLDER1]
7+
cluster_security_group_id = "PLACEHOLDER1"
8+
node_security_group_id = "PLACEHOLDER1"
99
profile = "default" # default aws cli profile is used, override if needed.

0 commit comments

Comments
 (0)