Skip to content

Commit b55956b

Browse files
Add the tags to the correct tfvars
1 parent 46ad6bf commit b55956b

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

terraform/aws/projects/strudel.tfvars

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ enable_aws_ce_grafana_backend_iam = true
1515
#user_buckets = {
1616
# "scratch-staging" : {
1717
# "delete_after" : 7,
18-
# "tags" : { "2i2c:hub-name" : "staging" },
1918
# },
2019
# # Tip: add more scratch buckets below, if this cluster will be multi-tenant
2120
#}

terraform/aws/projects/template.tfvars

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,15 @@ region = "{{ cluster_region }}"
77
cluster_name = "{{ cluster_name }}"
88
cluster_nodes_location = "{{ cluster_region }}a"
99

10+
enable_aws_ce_grafana_backend_iam = true
11+
1012
# Tip: uncomment and fill the missing info in the lines below if you want
1113
# to setup scratch buckets for the hubs on this cluster.
1214
#
1315
#user_buckets = {
1416
# "scratch-staging" : {
1517
# "delete_after" : 7,
18+
# "tags" : { "2i2c:hub-name" : "staging" },
1619
# },
1720
# # Tip: add more scratch buckets below, if this cluster will be multi-tenant
1821
#}
@@ -28,3 +31,4 @@ cluster_nodes_location = "{{ cluster_region }}a"
2831
# },
2932
# # Tip: add more namespaces below, if this cluster will be multi-tenant
3033
#}
34+

0 commit comments

Comments
 (0)