Skip to content

v1.19.2

Compare
Choose a tag to compare
@LKaemmerling LKaemmerling released this 28 Jul 13:52
1ea8385

CHANGED:

  • Deprecate network_id property of hcloud_server_network and
    hcloud_load_balancer_network resources. Introduce a subnet_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 the network_id property can create an explicit dependency
    on the subnet using depends_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