Julian Tölle

Results 125 comments of Julian Tölle

I think this regression was willfully added to Terraform v1.4 in hashicorp/terraform#32536 : > While it may be safer to leave the questionable set block behavior as-is to avoid possible...

@furstenbergs If this still happens in Terraform 1.3, please open a new issue as its unrelated to this issue. Could you also post a full terraform configuration for reproduction?

Hey @asteinba, sorry for not updating this issue. As far as I could find out, updating the the "new" Plugin Framework is the only way to get this fixed. We...

This is a useful addition and we are open to accepting PRs for this :)

Hey @daxroc, sorry to hear that you encountered a critical bug, could you post more detailed reproduction steps & your terraform code to help us fix the bug?

You can usually use the [`hcloud` CLI](https://github.com/hetznercloud/cli) to find out these IDs: ```shell $ hcloud ssh-key list ID NAME FINGERPRINT AGE 8748679 julian.toelle 99:70:10:19:47:e9:73:e6:de:c9:63:59:9d:00:04:fa 338d 15263879 csi-dev b3:e5:51:8d:a2:16:a5:cf:97:56:94:de:33:58:0a:fd 27d ```

Sounds like a good addition. Right now the available server types are exposed in the `data.hcloud_datacenter` data source: https://registry.terraform.io/providers/hetznercloud/hcloud/latest/docs/data-sources/datacenter#available_server_type_ids

I do believe that different people have different use-cases for the deletion protection and expect different things when using it. There is no way to make everyone happy. > Having...

Sorry for not responding to this. It would be great to get some debug logs for this, in case you are still able to reproduce it. I believe this is...

Closing as the required feature has not been implemented in the API. It is a known feature request to the responsible team.