We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 608f0eb commit 20360a4Copy full SHA for 20360a4
1 file changed
examples/eks/eks_cluster_gitops/tf.vars.example
@@ -4,6 +4,6 @@ aws_cluster_region = "PLACEHOLDER"
4
aws_cluster_name = "PLACEHOLDER"
5
subnets = ["PLACEHOLDER1", "PLACEHOLDER2"]
6
vpc_id = "PLACEHOLDER"
7
-cluster_security_group_id = ["PLACEHOLDER1"]
8
-node_security_group_id = ["PLACEHOLDER1]
+cluster_security_group_id = "PLACEHOLDER1"
+node_security_group_id = "PLACEHOLDER1"
9
profile = "default" # default aws cli profile is used, override if needed.
0 commit comments