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 whould you like to see? `hcloud_server` does not allow to attach directly volumes when the server is created, but the API does as desribed in the [docs](https://docs.hetzner.cloud/#servers-create-a-server). Can...

enhancement
pinned

### What happened? When creating a new machine via terraform, the process takes upwards of 15 minutes to complete. Via the WebUI the machine deployment is much faster. We're using...

bug
waiting-response

### What whould you like to see? https://registry.terraform.io/providers/hetznercloud/hcloud/latest/docs/data-sources/server_type at the moment returns some specs for the server type but leaves out rich data as available from the API: https://docs.hetzner.cloud/#server-types-get-a-server-type One...

enhancement
pinned

### What happened? The `networkId` and `firewallId` should both be `int` as per the documentation, however when creating a new instance of these two `classes`, the second positional parameter must...

bug

The documentation for import purposes uses `` most of the time, e.g. [here](https://github.com/hetznercloud/terraform-provider-hcloud/blob/master/website/docs/r/server.html.md#import). However this is not visible on the [terraform documentation website](https://registry.terraform.io/providers/hetznercloud/hcloud/latest/docs/resources/server#import), probably because it is interpreted as HTML....

### What whould you like to see? Hello, Thanks for this provider! I am using the `iso` attribute of `hcloud_server` to boot new servers with a NixOS iso provided by...

enhancement

### What happened? The example usage in this page is incorrect: https://registry.terraform.io/providers/hetznercloud/hcloud/latest/docs The 'token' value is not good. **INCORRECT** # Configure the Hetzner Cloud Provider provider "hcloud" { token =...

bug

### What happened? When using the data source `hcloud_network` to read infos about a network that is created in the same run as the data source, `ip_range`, `labels`, `name`, and...

bug

### What happened? Sometimes Hetzner cloud servers fail to start. If you run `hcloud server list`, you see the just created server is off. see https://github.com/kube-hetzner/kube-hetzner/issues/49 ### What did you...

bug

### What happened? First ran an apply which created a network subnet and attached some servers to it using cidrhost. Then ran an apply which was supposed to change ip...

bug