Skip to content

Commit

Permalink
Merge pull request #35 from WesleyCharlesBlake/ops/ec2-key
Browse files Browse the repository at this point in the history
fixes vpc matching
  • Loading branch information
WesleyCharlesBlake authored Sep 24, 2019
2 parents f7313cc + 3ec916a commit 37c13dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/eks/network.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module "vpc" {
source = "terraform-aws-modules/vpc/aws"
version = "2.7.0"

name = "${var.cluster-name}-vpc"
name = "eks-vpc"

cidr = var.vpc-subnet-cidr

Expand Down

0 comments on commit 37c13dc

Please sign in to comment.