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

[Bug]: Can't change server architecture #1000

Closed
nomorepanic opened this issue Sep 15, 2024 · 1 comment
Closed

[Bug]: Can't change server architecture #1000

nomorepanic opened this issue Sep 15, 2024 · 1 comment
Labels

Comments

@nomorepanic
Copy link

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

resource "hcloud_server" "myserver" {
-  server_type  = "cx22"
+  server_type  = "cax11"
}
@jooola
Copy link
Member

jooola commented Oct 14, 2024

Closing as duplicate of #853

@jooola jooola closed this as completed Oct 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants