Skip to content

Commit

Permalink
Merge pull request #4891 from sgibson91/awi-ciroh/reduce-filestore
Browse files Browse the repository at this point in the history
Create a new filestore of smaller size for AWI-CIROH
  • Loading branch information
sgibson91 authored Sep 26, 2024
2 parents d0c7de3 + 06f8173 commit 93476ac
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion terraform/gcp/projects/awi-ciroh.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 93476ac

Please sign in to comment.