We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da43baf commit 2490be4Copy full SHA for 2490be4
1 file changed
eks_module/config/terraform.tfvars
@@ -18,7 +18,7 @@ eks_node_group_config = {
18
eks_cluster_name = "demo-cluster"
19
node_group_name = "mynode"
20
nodes_iam_role = "eks-node-group-general1"
21
- node_subnet_ids = [subnet-0c6265a3df91b7b61","subnet-0f9c4ff10c3526a4d","subnet-04919de8d00a175f3","subnet-080af72a4f9415d55"]
+ node_subnet_ids = ["subnet-0c6265a3df91b7b61","subnet-0f9c4ff10c3526a4d","subnet-04919de8d00a175f3","subnet-080af72a4f9415d55"]
22
23
tags = {
24
"Name" = "node1"
0 commit comments