terraform-provider-hcloud icon indicating copy to clipboard operation
terraform-provider-hcloud copied to clipboard

Terraform Hetzner Cloud provider

Results 73 terraform-provider-hcloud issues
Sort by recently updated
recently updated
newest added

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | golang | image | minor | `1.21` -> `1.22` | ---...

### What happened? ``` # terraform apply [...] # hcloud_rdns.cloud_ftp_ipv4[0] will be created + resource "hcloud_rdns" "cloud_ftp_ipv4" { + dns_ptr = "ftp1.ftp.cloud2.[..]" + id = (known after apply) + server_id...

bug

### What happened? While working with `hcloud_firewall` resource, **I noticed that ALL RULES are silently deleted** by Terraform `hcloud` provider when Terraform wants to update the firewall in-place in cases...

bug