Skip to content

Commit 8a5b399

Browse files
name vpc as per cluster-name
1 parent c0926c7 commit 8a5b399

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

network.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ module "vpc" {
44
source = "terraform-aws-modules/vpc/aws"
55
version = "2.7.0"
66

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

99
cidr = var.vpc-subnet-cidr
1010

0 commit comments

Comments
 (0)