Skip to content

Commit

Permalink
Define one efs per hub in template
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgianaElena committed Nov 26, 2024
1 parent bb66909 commit b866fd6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions terraform/aws/projects/template.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit b866fd6

Please sign in to comment.