Skip to content

Commit 386d6c6

Browse files
committed
terraform fmt
1 parent 1b49a5b commit 386d6c6

File tree

1 file changed

+2
-2
lines changed
  • terraform/aws/aws-eks-operator

1 file changed

+2
-2
lines changed

terraform/aws/aws-eks-operator/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ locals {
66
}
77

88
// Modify these to use your own VPC
9-
vpc_id = module.vpc.vpc_id
10-
subnet_ids = module.vpc.private_subnets
9+
vpc_id = module.vpc.vpc_id
10+
subnet_ids = module.vpc.private_subnets
1111

1212
# EKS cluster configuration
1313
cluster_version = "1.34" # TODO: omit this?

0 commit comments

Comments
 (0)