v1.19.2
CHANGED:
-
Deprecate
network_id
property ofhcloud_server_network
and
hcloud_load_balancer_network
resources. Introduce asubnet_id
property as replacement.Both resources require a subnet to be created. Since
network_id
references the network and not the subnet there is no explicit
dependency between those resources. This leads to Terraform creating
those resources in parallel, which creates a race condition. Users
stuck with thenetwork_id
property can create an explicit dependency
on the subnet usingdepends_on
to work around this issue.
BUG FIXES:
- Enable and Disable
proxyprotocol
on a Load Balancer didn't work after creation - Deleted all Load Balancer services when you changed the
listen_port
of one service hcloud_load_balancer_target
was not idempotent when you add a target that was already defined
NOTES:
- Update to hcloud-go v1.19.0 to fix the bad request issue