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 | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/hashicorp/terraform-plugin-go](https://togithub.com/hashicorp/terraform-plugin-go) | `v0.22.2` -> `v0.23.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fhashicorp%2fterraform-plugin-go/v0.23.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [golangci/golangci-lint](https://togithub.com/golangci/golangci-lint) | | patch | `v1.58.0` -> `v1.58.1` | | [golangci/golangci-lint](https://togithub.com/golangci/golangci-lint)...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | golang.org/x/net | `v0.24.0` -> `v0.25.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/golang.org%2fx%2fnet/v0.25.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/hetznercloud/hcloud-go](https://togithub.com/hetznercloud/hcloud-go) | `v1.54.1` -> `v1.55.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fhetznercloud%2fhcloud-go/v1.55.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

### What happened? Hello, I'm encountering an issue when executing the code, it results in an error stating that the server is unreachable. I've added wait times, but it didn't...

bug

### What happened? I have a module which creates hetzner cloud vms. Users can pass labels, image, vm type and more. If firewall rules are applied via label, but also...

bug

### What whould you like to see? There are some cases where we need to shutdown the server to apply updates to it: - Changing Server Type - Adding to...

enhancement

:robot: I have created a release *beep* *boop* --- ## [1.48.0](https://github.com/hetznercloud/terraform-provider-hcloud/compare/v1.47.0...v1.48.0) (2024-07-02) ### Features * add support for opentofu v1.7 ([#950](https://github.com/hetznercloud/terraform-provider-hcloud/issues/950)) ([ae115a8](https://github.com/hetznercloud/terraform-provider-hcloud/commit/ae115a8c26cc16c3dea5faf2226617036e7bcb8b)) * add support for terraform v1.9 ([#949](https://github.com/hetznercloud/terraform-provider-hcloud/issues/949)) ([642ac15](https://github.com/hetznercloud/terraform-provider-hcloud/commit/642ac1511689df6bd4dbc8a8e29e1c19a2fd8bd9))...

autorelease: pending

### What whould you like to see? I would like to see a data source to read all existing lb types from the API (like it is already implemented for...

enhancement
help wanted
new-data-source
pinned

### What happened? I created a terraform hcloud_server to import my server that I created manually. Then I import it: `terraform import hcloud_server.my_server XXXXXXX` It works fine but when I...

bug