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): migration to explicit primary IPs fails #597

Closed
wants to merge 1 commit into from

Conversation

apricote
Copy link
Member

When migrating a server from the previously used implicit primary IPs to using the hcloud_primary_ip resources and specifying those in the hcloud_server.public_net argument failed, because the state for the public_net was not correctly populated. This caused the servers to require an unnecessary re-attach of the primary ips.

Fixes #577

When migrating a server from the previously used implicit primary IPs to
using the `hcloud_primary_ip` resources and specifying those in the
`hcloud_server.public_net` argument failed, because the state for
the `public_net` was not correctly populated. This caused the servers to
require an unnecessary re-attach of the primary ips.

Fixes #577
@apricote apricote added the bug label Nov 23, 2022
@apricote apricote self-assigned this Nov 23, 2022
@github-actions
Copy link

This PR has been marked as stale because it has not had recent activity. The bot will close the PR if no further action occurs.

@github-actions github-actions bot added the stale label Oct 10, 2023
@apricote
Copy link
Member Author

Closing as I have not managed to fix the bugs that came with my changes. This will be easier to implement after #752

@apricote apricote closed this Oct 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: importing primary IPs generally buggy
1 participant