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

### What happened? I create some maintainance `hcloud_firewall`s which are required during `hcloud_server` resource creation. (dns/out, https/out, ssh/in) So I create the `hcloud_server` and pass the maintainance firewall ids into...

bug
stale

### What happened? Changed the type of a server from an ARM one to an x86 one. Terraform output: ``` # module.kubernetes-cluster.hcloud_server.worker[1] will be updated in-place resource "hcloud_server" "worker" {...

bug
pinned

### What happened? Using `shutdown_before_deletion` on a server with attached volume will detach the volume first, then shutdown the server. This is obviously not expected on the server and will...

bug
stale

### What happened? After upgrading from terraform 1.3.9 to 1.4.x, I see following behavior. NOTE: Am using the latest version for terraform-provider-hcloud. ``` provider "registry.terraform.io/hetznercloud/hcloud" { version = "1.37.0" constraints...

bug
pinned

### What happened? Since the new flexible netowrking was introduced, I wanted to import primary IPs that already existed for my server, and also reflect that change for "hcloud_server" that...

bug
pinned

### What whould you like to see? I would like to be able to retrieve the internal IP addresses of servers that are assigned to a [subnet](https://registry.terraform.io/providers/hetznercloud/hcloud/latest/docs/resources/network_subnet ) in [`hcloud_server_network`](https://registry.terraform.io/providers/hetznercloud/hcloud/latest/docs/resources/server_network)....

enhancement
help wanted
pinned

### What whould you like to see? Right now, it is only possible to provide source_ips for the hcloud_firewall object in the form of 1.1.1.1/32. It would be helpful to...

enhancement
help wanted
pinned

### What whould you like to see? When assigning a server to a network through the `hcloud_server_network` resource, it is not possible to authoritavely choose the subnet that will be...

enhancement
help wanted
pinned

### What happened? When adding/removing a primary IP through `hcloud_server.public_net.ipv4/6_enabled` the updated values in `hcloud_server.ipv4/6_address` are only visible after a second apply. Bug demoed here: https://asciinema.org/a/9vjHZx6bEq3RoWYTZ1EbftUEu ### What did you...

bug
pinned

### What whould you like to see? Right now when we want to warn the user of some upcoming changes and/or breaking changes we emit a warning log message. This...

enhancement
pinned