github hetznercloud/terraform-provider-hcloud v1.19.2

latest releases: v1.47.0, v1.46.1, v1.46.0...
3 years ago

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

Don't miss a new terraform-provider-hcloud release

NewReleases is sending notifications on new releases.