Skip to content

Commit

Permalink
Add the tags to the correct tfvars
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgianaElena committed Nov 12, 2024
1 parent 3d6625f commit 14a0592
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 0 additions & 1 deletion terraform/aws/projects/strudel.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ enable_aws_ce_grafana_backend_iam = true
#user_buckets = {
# "scratch-staging" : {
# "delete_after" : 7,
# "tags" : { "2i2c:hub-name" : "staging" },
# },
# # Tip: add more scratch buckets below, if this cluster will be multi-tenant
#}
Expand Down
4 changes: 4 additions & 0 deletions terraform/aws/projects/template.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,15 @@ region = "{{ cluster_region }}"
cluster_name = "{{ cluster_name }}"
cluster_nodes_location = "{{ cluster_region }}a"

enable_aws_ce_grafana_backend_iam = true

# Tip: uncomment and fill the missing info in the lines below if you want
# to setup scratch buckets for the hubs on this cluster.
#
#user_buckets = {
# "scratch-staging" : {
# "delete_after" : 7,
# "tags" : { "2i2c:hub-name" : "staging" },
# },
# # Tip: add more scratch buckets below, if this cluster will be multi-tenant
#}
Expand All @@ -28,3 +31,4 @@ cluster_nodes_location = "{{ cluster_region }}a"
# },
# # Tip: add more namespaces below, if this cluster will be multi-tenant
#}

0 comments on commit 14a0592

Please sign in to comment.