From 593fc8da6dc1fda2eb27b4a1efd6432556aadd1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20T=C3=B6lle?= Date: Mon, 11 Dec 2023 09:00:34 +0100 Subject: [PATCH] docs(server): explain alias_ips workaround to fix re-attachment (#804) People are still encountering this, so adding it to the official docs might help them. Related to #650 & #790 --- website/docs/r/server.html.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/docs/r/server.html.md b/website/docs/r/server.html.md index 030ddbb73..59202e582 100644 --- a/website/docs/r/server.html.md +++ b/website/docs/r/server.html.md @@ -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