Skip to content

Commit

Permalink
fix: tag subnet for els
Browse files Browse the repository at this point in the history
  • Loading branch information
ArchiFleKs committed Jun 28, 2019
1 parent e9297b1 commit 000dfc1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions terraform/modules/eks/vpc.tf
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ resource "aws_subnet" "eks" {
tags = {
"Name" = "terraform-eks-node-${var.cluster-name}-public"
"kubernetes.io/cluster/${var.cluster-name}" = "shared"
"kubernetes.io/role/elb" = "1"
}
}

Expand Down

0 comments on commit 000dfc1

Please sign in to comment.