From b866fd69969a8dd295c91f107a2d06d0d5dfe631 Mon Sep 17 00:00:00 2001 From: Georgiana Dolocan Date: Tue, 26 Nov 2024 11:48:49 +0200 Subject: [PATCH] Define one efs per hub in template --- terraform/aws/projects/template.tfvars | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/terraform/aws/projects/template.tfvars b/terraform/aws/projects/template.tfvars index b365c249d..055c983c1 100644 --- a/terraform/aws/projects/template.tfvars +++ b/terraform/aws/projects/template.tfvars @@ -13,6 +13,15 @@ enable_aws_ce_grafana_backend_iam = true # to setup scratch buckets for the hubs on this cluster. # +{% for hub in hubs %} +filestores = { + "{{ hub }}" = { + name_suffix = "{{ hub }}", + tags = { "2i2c:hub-name" : "{{ hub }}" }, + }, +} +{% endfor %} + {% for hub in hubs %} # "scratch-{{ hub }}" : { # "delete_after" : 7,