terraform-provider-hetznerdns icon indicating copy to clipboard operation
terraform-provider-hetznerdns copied to clipboard

Terraform provider for Hetzner DNS

Results 21 terraform-provider-hetznerdns issues
Sort by recently updated
recently updated
newest added

Hey, you did an awesome job. Your terraform provider helped me a lot setting up my infrastructure. I would love to see this project flourish. From the age of the...

Hey, it's me again. Could you create a `v2` - branch in your repo, so that I can create a PR against it? Best regards icepuma

Terraform provider for Hetzner DNS is great, thanks! I have a bug, that seems to be a timing problem. "long run" in my "real world" is an ansible playbook. Source-Code...

Hello, I have already checked the documentation and I was wondering if someone already had sucess to create a SRV record and could share any example. Further it would be...

documentation

I have a DNS zone (example.com), in which I deploy multiple instances of the same Terraform script (with different names, of course). To prevent the DNS zone from being deleted...

enhancement
help wanted

a out of the box working example with everything needed to create a zone, a record and assign it to a host would be awesome (see #14 xD)

documentation

for everyone configures bind dns server it's quite common to add a dot at the end of a domain in the config. some abstractions or gui interfaces try to help...

help wanted
good first issue

I recently wanted to add a new node to my Hetzner cluster. I didn't execute terraform for a while no so I'm still searching if something changed at the Hetzner...

I just created this in my `.ts` file: ```ts locals { hetzner_ns1 = "helium.ns.hetzner.de." hetzner_ns2 = "hydrogen.ns.hetzner.com." hetzner_ns3 = "oxygen.ns.hetzner.com." } ``` And besides asking myself if this is really...

enhancement
help wanted
good first issue

Hi, I'm curious whether this is possible or intended with this provider as it's my understanding that SOA is a dynamic entry that is modified every time the zonefile is...

question