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 created one network and used it in one server. Then, when I reapply for any change, Terraform **always** tells me the server will be updated in-place:...

bug

### What happened? I tried to import an SSH key already configured on my account. First I tried importing by name: ``` terraform import hcloud_ssh_key.mykey myname@myhost ``` but this failed....

bug
stale

### What happened? Not sure if it's a bug or wrong implementation on my side, but every time I run apply the provider replaces internal IP of each host, hence...

bug

### What happened? Sometimes, a new instance starts without the private network interface. There is no trace of that interface in the kernel log. The private network appears correctly associated...

bug

### What happened? I successfully applied following code: ``` resource "hcloud_server_network" "somename" { server_id = hcloud_server.somename.id network_id = hcloud_network.web.id ip = "10.11.1.5" } ``` ### What did you expect to...

bug

╷ │ Error: Provider produced inconsistent result after apply │ │ When applying changes to hcloud_load_balancer_target.load_balancer_target[0], provider "provider[\"registry.terraform.io/hetznercloud/hcloud\"]" produced an │ unexpected new value: Root resource was present, but now...

From https://github.com/hetznercloud/terraform-provider-hcloud/issues/340 `subnet_id` doesn't actually put a server in a subnet which is leading to more complicated terraform code when you have many servers on many subnets. We'll have to...

### What would you like to see? When creating infrastructure using terraform it's ok to create an initial "terraform API token". But it would also be nice to have more...

enhancement

In versions of the terraform provider before support for enable and disable protection was added (@Adi146 @LKaemmerling https://github.com/hetznercloud/terraform-provider-hcloud/pull/432), if you enabled protection you could be sure the resources would be...

Using terraform v1.1.9 and v1.33.2 hcloud provider ### What happened? simple `terraform destroy` action. ``` hcloud_server_network.main_network[1]: Destruction complete after 9s hcloud_server_network.main_network[2]: Still destroying... [id=20587124-1661743, 10s elapsed] ╷ │ Error: Plugin...

bug