We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0926c7 commit 8a5b399Copy full SHA for 8a5b399
network.tf
@@ -4,7 +4,7 @@ module "vpc" {
4
source = "terraform-aws-modules/vpc/aws"
5
version = "2.7.0"
6
7
- name = "eks-vpc"
+ name = "${var.cluster-name}-eks-vpc"
8
9
cidr = var.vpc-subnet-cidr
10
0 commit comments