Skip to content

Commit

Permalink
Turn setup into a comment as this is not general config
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgianaElena committed Nov 26, 2024
1 parent b6d5310 commit 5095b27
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions terraform/aws/projects/template.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -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",
]
# 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",
# ]

0 comments on commit 5095b27

Please sign in to comment.