Skip to content

Commit

Permalink
name vpc as per cluster-name
Browse files Browse the repository at this point in the history
  • Loading branch information
WesleyCharlesBlake committed Aug 28, 2020
1 parent c0926c7 commit 8a5b399
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion network.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module "vpc" {
source = "terraform-aws-modules/vpc/aws"
version = "2.7.0"

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

cidr = var.vpc-subnet-cidr

Expand Down

0 comments on commit 8a5b399

Please sign in to comment.