Julian Tölle
Julian Tölle
Adding a datasource for ISOs would be very nice indeed! There is no endpoint for adding new ISOs in the [Hetzner Cloud API](https://docs.hetzner.cloud), so there is no way for us...
Hey @sharkymcdongles, > I am trying to attach a load balancer to a private network for my k3s cluster. I can do this fine using network_id. I cannot do this...
Hey @mzhaase, thanks for the report! Unfortunately this is not possible with the current code. With the Terraform Provider SDKv2, which we currently use to implement most of the resources,...
Hey @mzhaase, this is not supported in our API, the `subnet_id` field is basically just a workaround to get the dependency order correct in Terraform. If you want to assign...
This is how Terraform expects the resources to behave. If you specify something, terraform will make sure that the real state exactly matches the plan. In this case you specify...
Small issue is, that subnets do not have any IDs in the API. They are only identified through their IP Range. I think it would be best to return this...
Hey @mikhailbot, the first IP in every subnet is reserved for the subnet gateway: https://docs.hetzner.com/cloud/networks/faq/#are-any-ip-addresses-reserved > The first IP address of your network IP range. For example, in 10.0.0.0/8, you...
I have already opened a feature request with the responsible team when I created this issue. Added a +1 to it for you too.
I can confirm that this also happens for me. Unfortunately we have some holidays coming up in Germany, so I don't think I will be able to take a deeper...
I was able to supress the diff by adding `alias_ips = []` to the `network` block. I think this is a new bug in Terraform. Will continue to investigate in...