We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If I try to change the server architecture, say from CX to CA an error occurs.
I'd expect the provider to destroy and recreate the server, as it happens with Terraform providers for other cloud platforms.
resource "hcloud_server" "myserver" { - server_type = "cx22" + server_type = "cax11" }
The text was updated successfully, but these errors were encountered:
Closing as duplicate of #853
Sorry, something went wrong.
No branches or pull requests
What happened?
If I try to change the server architecture, say from CX to CA an error occurs.
What did you expect to happen?
I'd expect the provider to destroy and recreate the server, as it happens with Terraform providers for other cloud platforms.
Please provide a minimal working example
The text was updated successfully, but these errors were encountered: