Skip to content

Commit

Permalink
Merge pull request #5012 from sgibson91/awi-ciroh/3tb-storage
Browse files Browse the repository at this point in the history
Create a 3TB filestore for AWI-CIROH
  • Loading branch information
sgibson91 authored Oct 28, 2024
2 parents 63e689b + 5662d13 commit 78b8e0e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions terraform/gcp/projects/awi-ciroh.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ enable_logging = false

filestores = {
"filestore" = { capacity_gb : 9216 },
"filestore_b" = {
name_suffix : "b",
capacity_gb : 3072
}
}

# Cloud costs for this project are not passed through by 2i2c
Expand Down

0 comments on commit 78b8e0e

Please sign in to comment.