1
0
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:
Thierno IB. BARRY
2020-11-02 08:35:12 +01:00
committed by GitHub
parent 127a3a8831
commit 571e4e7f4b
4 changed files with 34 additions and 31 deletions
@@ -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
}
}