Skip to content

Commit

Permalink
fixes vpc matching
Browse files Browse the repository at this point in the history
  • Loading branch information
WesleyCharlesBlake committed Sep 24, 2019
1 parent 7e91cf3 commit 3ec916a
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 3ec916a

Please sign in to comment.