[ENH] - Validate instance types for Google Cloud #2718
Labels
area: user experience 👩🏻💻
good first issue
Good for newcomers
provider: GCP
type: enhancement 💅🏼
New feature or request
Feature description
Right now, we're not validating whether instance types passed in the configuration are valid when initializing the infrastructure. However, we're doing it for AWS and DigitalOcean. See:
nebari/src/_nebari/stages/infrastructure/__init__.py
Line 517 in aed2b92
nebari/src/_nebari/stages/infrastructure/__init__.py
Line 282 in aed2b92
Value and/or benefit
Besides being consistent with what we have with other providers, it would enhance the user's experience when specifying unavailable/non-existing instance types before running into an error halfway through the deployment.
Anything else?
No response
The text was updated successfully, but these errors were encountered: