diff --git a/terraform/aws/projects/strudel.tfvars b/terraform/aws/projects/strudel.tfvars index 11812c4c6..8cd8483e2 100644 --- a/terraform/aws/projects/strudel.tfvars +++ b/terraform/aws/projects/strudel.tfvars @@ -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 #} diff --git a/terraform/aws/projects/template.tfvars b/terraform/aws/projects/template.tfvars index 2852094bc..028548f4a 100644 --- a/terraform/aws/projects/template.tfvars +++ b/terraform/aws/projects/template.tfvars @@ -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 #} @@ -28,3 +31,4 @@ cluster_nodes_location = "{{ cluster_region }}a" # }, # # Tip: add more namespaces below, if this cluster will be multi-tenant #} +