Skip to content

Commit b9cb330

Browse files
committed
modified: _override.tf
1 parent 453d89a commit b9cb330

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)