Barts-Life-Science / AzureTRE

An accelerator to help organizations build Trusted Research Environments on Azure.
https://microsoft.github.io/AzureTRE
MIT License
0 stars 0 forks source link

When no Shared Storage is requested for a workspace, it defaults to creating 50 GB! #144

Open TonyWildish-BH opened 1 month ago

TonyWildish-BH commented 1 month ago

Describe the bug The Shared Storage field in the creation of a workspace has no default value, so the assumption is that leaving it blank will give no shared storage. However, if you do that, you get 50GB of shared storage instead of nothing!

This is being set in two places: templates/workspaces/base/terraform/variables.tf and templates/workspaces/base/porter.yaml. I don't know which, if either, is the definitive one.

Clearly we need to review the defaults in general, where they're supposed to be set, and make sure that they aren't set anywhere else as well. I suspect this is endemic, it looks like a lot of defaults are set in both those files.