We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b49a5b commit 386d6c6Copy full SHA for 386d6c6
terraform/aws/aws-eks-operator/main.tf
@@ -6,8 +6,8 @@ locals {
6
}
7
8
// Modify these to use your own VPC
9
- vpc_id = module.vpc.vpc_id
10
- subnet_ids = module.vpc.private_subnets
+ vpc_id = module.vpc.vpc_id
+ subnet_ids = module.vpc.private_subnets
11
12
# EKS cluster configuration
13
cluster_version = "1.34" # TODO: omit this?
0 commit comments