Skip to content

Commit

Permalink
docs(server): explain alias_ips workaround to fix re-attachment (#804)
Browse files Browse the repository at this point in the history
People are still encountering this, so adding it to the official docs
might help them.

Related to #650 & #790
  • Loading branch information
apricote authored Dec 11, 2023
1 parent 63e157c commit 593fc8d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions website/docs/r/server.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,8 @@ The following arguments are supported:
- `ip` - (Optional, string) Specify the IP the server should get in the network
- `alias_ips` - (Optional, list) Alias IPs the server should have in the Network.

There is a bug with Terraform `1.4+` which causes the network to be detached & attached on every apply. Set `alias_ips = []` to avoid this. See [#650](https://github.com/hetznercloud/terraform-provider-hcloud/issues/650#issuecomment-1497160625) for details.


## Attributes Reference

Expand Down

0 comments on commit 593fc8d

Please sign in to comment.