Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cosmetic: Allow specification of service levels "standard", "premium" and "extreme" #4

Closed
okrause opened this issue Mar 30, 2020 · 2 comments

Comments

@okrause
Copy link
Contributor

okrause commented Mar 30, 2020

When creating/updating a volume, a service_level parameter can be specified. Currently the provider allows to the values low/medium/high as service_levels, which reflects the CVS API. The CVS UI in GCP uses a different nomenclature (standard/premium/extreme).

For consistency between UI and TF provider, it would be good if the provider could (additionally to low/medium/high) allow using the UI names for the different service levels:
standard = low
premium = medium
extreme = high

@lonico
Copy link
Contributor

lonico commented Mar 31, 2020

Tracked internally as 2465

@lonico lonico closed this as completed Apr 3, 2020
@lonico
Copy link
Contributor

lonico commented Apr 3, 2020

fixed with commit c46f7bc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants