Skip to content

Commit

Permalink
fix: Revert "fix: use only private subnet"
Browse files Browse the repository at this point in the history
This reverts commit a5d0579.

This breaks existing cluster and require "recreate"
  • Loading branch information
ArchiFleKs committed Aug 5, 2019
1 parent 7c76287 commit 2e030a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions terraform/modules/eks/eks-cluster.tf
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ resource "aws_eks_cluster" "eks" {
",",
concat(
split(",", var.vpc["private_subnets_id"]),
split(",", var.vpc["public_subnets_id"]),
),
),
)
Expand Down

0 comments on commit 2e030a5

Please sign in to comment.