-
Notifications
You must be signed in to change notification settings - Fork 127
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
Server type inconsistent: "VC1S" => "X64-2GB" #17
Comments
@harobed thank you for the report. Smaller X64 instance types are called See this for a working
I will keep this bug report open as a reminder to implement commercial type validation as part of the provider. |
I've just checked the Scaleway API, the best way to date would be to consume server availability via I still need to investigate how to best do this in an attribute validation callback inside terraform. |
The SDK has been updated - I hope to be able to extend the SDK over thanksgiving to validate server types. I'll let you know how it goes :) |
fetch the list of known server types on initialization and cache it to use it to validate r/server against it later. closes #17
When I look the
--commercial-type
list, I see:I use
X64-2GB
server type in my terraform config file:After
terraform apply
execution, if I launchterraform plan
I have:terraform read
VC1S
and notX64-2GB
then it want always destroy the server.Plan: 1 to add, 0 to change, 1 to destroy.
The text was updated successfully, but these errors were encountered: