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

fix(server): unnecessary updates when using network #556 #593

Merged
merged 1 commit into from Nov 29, 2022

Conversation

apricote
Copy link
Member

When using the network parameter of hcloud_server resource, the plan would always contain a diff, because the field alias_ip is not set by the user, but has a value in the plan. The field is automatically set to an empty set by the API -> it is computed and should be marked as such.

Fixes #556

When using the `network` parameter of `hcloud_server` resource, the
plan would always contain a diff, because the field `alias_ip` is not
set by the user, but has a value in the plan. The field is automatically
set to an empty set by the API -> it is computed and should be marked as
such.

Fixes #556
@apricote apricote merged commit 1d746aa into main Nov 29, 2022
@LKaemmerling LKaemmerling deleted the 556-server-network-recreate branch November 29, 2022 10:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: why it always marks servers to be updated?
2 participants