Skip to content

Commit 2e2dd0e

Browse files
dpiddockcmpmax-rocket-internet
authored andcommitted
Remove public subnets from eks module call (#106)
1 parent 1a69395 commit 2e2dd0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/eks_test_fixture/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ module "vpc" {
6969
module "eks" {
7070
source = "../.."
7171
cluster_name = "${local.cluster_name}"
72-
subnets = ["${module.vpc.public_subnets}", "${module.vpc.private_subnets}"]
72+
subnets = ["${module.vpc.private_subnets}"]
7373
tags = "${local.tags}"
7474
vpc_id = "${module.vpc.vpc_id}"
7575
worker_groups = "${local.worker_groups}"

0 commit comments

Comments
 (0)