From 14c49ea951c4e547440dcf6a22eeefc2e79f1002 Mon Sep 17 00:00:00 2001 From: Sarah Gibson Date: Thu, 26 Sep 2024 12:56:44 +0100 Subject: [PATCH 1/2] Create a new filestore of smaller size for AWI-CIROH --- terraform/gcp/projects/awi-ciroh.tfvars | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/terraform/gcp/projects/awi-ciroh.tfvars b/terraform/gcp/projects/awi-ciroh.tfvars index 6228220cd..9cbb018ff 100644 --- a/terraform/gcp/projects/awi-ciroh.tfvars +++ b/terraform/gcp/projects/awi-ciroh.tfvars @@ -7,7 +7,12 @@ enable_network_policy = true enable_logging = false filestores = { - "filestore" = { capacity_gb = 9216 } + "filestore" = { capacity_gb : 9216 }, + # Requested in: https://2i2c.freshdesk.com/a/tickets/2170 + "filestore_b" = { + name_suffix : "b", + capacity_gb : 5120, + } } # Cloud costs for this project are not passed through by 2i2c From 06f8173cdc53cb6ef982f74e3f8c56c33eff58fb Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 11:58:29 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- terraform/gcp/projects/awi-ciroh.tfvars | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/gcp/projects/awi-ciroh.tfvars b/terraform/gcp/projects/awi-ciroh.tfvars index 9cbb018ff..bf1c7fbfc 100644 --- a/terraform/gcp/projects/awi-ciroh.tfvars +++ b/terraform/gcp/projects/awi-ciroh.tfvars @@ -9,7 +9,7 @@ enable_logging = false filestores = { "filestore" = { capacity_gb : 9216 }, # Requested in: https://2i2c.freshdesk.com/a/tickets/2170 - "filestore_b" = { + "filestore_b" = { name_suffix : "b", capacity_gb : 5120, }