From 14a059250f1b8c6b08855f2f9bde33faaf6d437e Mon Sep 17 00:00:00 2001 From: Georgiana Dolocan Date: Tue, 12 Nov 2024 10:08:09 +0200 Subject: [PATCH] Add the tags to the correct tfvars --- terraform/aws/projects/strudel.tfvars | 1 - terraform/aws/projects/template.tfvars | 4 ++++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/terraform/aws/projects/strudel.tfvars b/terraform/aws/projects/strudel.tfvars index 11812c4c61..8cd8483e23 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 2852094bc9..028548f4ac 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 #} +