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? Running `terraform refresh` failed on Linux, I go a lot of errors like this: ``` │ Error: Get "https://api.hetzner.cloud/v1/networks/130630": dial tcp: lookup api.hetzner.cloud on [::1]:53: read udp...

bug

### What happened? Terraform replaces the `hcloud_volume_attachment` on every subsequent Terraform apply (but not on the very first) even if nothing changed within the Terraform script. As a result the...

bug

### What happened? Running the provider it will _sometimes_ (definitely not always) result in this stack trace: ``` Releasing state lock. This may take a few moments... Stack trace from...

bug

### What happened? Auto mount doesn't work when a `hcloud_volume_attachment` is recreated to attach a currently existing volume to a newly built(recreated) instance(`hcloud_server`). My setup is pretty simple: ```tf data...

bug
pinned

### What happened? ``` ➜ terraform apply -auto-approve hcloud_placement_group.test: Creating... hcloud_placement_group.test: Creation complete after 0s [id=1251] data.hcloud_placement_group.test: Reading... data.hcloud_placement_group.test: Read complete after 0s [name=test] Error: Provider produced inconsistent final plan...

bug

### What happened? I added a `hcloud_firewall` resource, changed `hcloud_server` resources to refer to that and removed the old `hcloud_firewall` resource. `terraform apply` created the new firewall but appears to...

bug

### What happened? ... if there is something else that needs to be changed. I have this: ``` resource "hcloud_firewall" "foo" { name = "foo" rule { direction = "in"...

bug

The ability to specify a `subnet_id` exists but there is no documentation about how to retrieve this ID. The `hcloud` tool does not list this identifier in the `hcloud network...

I've just tested the beta firewall feature using Terraform and also in the console and I really like it. This helps a lot to avoid eg. iptables firewall configurations on...

pinned

### What happened? I see my script copied as desired into: `/var/lib/cloud/instances/*/scripts/part-001` ### What did you expect to happen? I expected the script to get executed. As the [documentation suggest...

bug