diff --git a/terraform/aws/projects/template.tfvars b/terraform/aws/projects/template.tfvars index 3243f37cb..6f12f067b 100644 --- a/terraform/aws/projects/template.tfvars +++ b/terraform/aws/projects/template.tfvars @@ -41,13 +41,13 @@ filestores = { # }, {% endfor %} -# Enable cost allocation tags -# This will work for for standalone AWS accounts, -# but fail for member accounts part of an organization that we don't manage. -active_cost_allocation_tags = [ - "2i2c:hub-name", - "2i2c.org/cluster-name", - "alpha.eksctl.io/cluster-name", - "kubernetes.io/cluster/{var_cluster_name}", - "kubernetes.io/created-for/pvc/namespace", -] \ No newline at end of file +# Uncomment the lines below to Enable cost allocation tags +# for standalone AWS accounts + +# active_cost_allocation_tags = [ +# "2i2c:hub-name", +# "2i2c.org/cluster-name", +# "alpha.eksctl.io/cluster-name", +# "kubernetes.io/cluster/{var_cluster_name}", +# "kubernetes.io/created-for/pvc/namespace", +# ] \ No newline at end of file