Skip to content

Commit c6dfc16

Browse files
authored
Update _override.tf
1 parent 73507b4 commit c6dfc16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/eks/_override.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
locals {
22
vpc_id = "${data.terraform_remote_state.network.outputs.vpc_id}"
33
eks_subnets = "${data.terraform_remote_state.network.outputs.public_subnet_ids}"
4-
subnets = ${data.terraform_remote_state.network.outputs.pvt_subnet_ids}
4+
subnets = [${data.terraform_remote_state.network.outputs.pvt_subnet_ids}]
55
}

0 commit comments

Comments
 (0)