mirror of
https://github.com/terraform-aws-modules/terraform-aws-eks.git
synced 2025-09-09 19:32:58 +08:00
chore: Use # for comments. It's the recommended way to start comment and it's more idiomatic (#1079)
This commit is contained in:
committed by
GitHub
parent
127a3a8831
commit
571e4e7f4b
@@ -65,7 +65,7 @@ module "vpc" {
|
||||
enable_dns_hostnames = true
|
||||
|
||||
private_subnet_tags = {
|
||||
"kubernetes.io/cluster/${local.cluster_name}" = "shared" // EKS adds this and TF would want to remove then later
|
||||
"kubernetes.io/cluster/${local.cluster_name}" = "shared" # EKS adds this and TF would want to remove then later
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user