Timo Hirt

Results 18 comments of Timo Hirt

I'm happy with handing over the project. Not sure who to talk to tbh. @LKaemmerling maybe?

I can't reproduce.. ![image](https://user-images.githubusercontent.com/2502070/150025257-f4627258-436c-4f01-9ca2-1e97d1337c81.png) What is the value of ttl? The Hetzner DNS Api only supports the following ttl as far as I remember. Do you use a TTL of...

Oh, `prevent_destroy` lifecycle option is not supported currently. I see the value of this and I'm happy for contributions.

Did you notice the examples in the docs? The [record](https://registry.terraform.io/providers/timohirt/hetznerdns/latest/docs/resources/hetznerdns_record) and [zone](https://registry.terraform.io/providers/timohirt/hetznerdns/latest/docs/resources/hetznerdns_zone) docs both have an example showing how to use them.

Yes, that's a good idea. I understand that the current example requires an already created zone (see [here](https://registry.terraform.io/providers/timohirt/hetznerdns/latest/docs)). I would add another example which defines both, a zone and a...

![gif](https://media.giphy.com/media/AeWoyE3ZT90YM/giphy.gif) Merged the PR. Thank you for adding the examples. I'll release a new version of the provider shortly. Then the documentation on Terraform Registry will update as well.

Hi @svenstaro! I'm not sure if managing the SOA records is possible with Hetzner DNS. The SOA record in my zone was created automatically when I created the zone. I...

Sad to hear @kimdre. Currently, I don't have time to look into it. Maybe over the weekend, maybe after Christmas. Sorry. Did you try to debug into it?