timohirt / terraform-provider-hetznerdns

Terraform provider for Hetzner DNS
Mozilla Public License 2.0
109 stars 21 forks source link

terraform 0.13 support #8

Closed DanielMSchmidt closed 4 years ago

DanielMSchmidt commented 4 years ago

Hey there, first of all big thanks for this great module!

I tried to install it in a terraform 0.13 environment where they changed the way you install plugins and I don't understand the hostname part that should be used for this provider. Any ideas where one would need to put the plugins with 0.13?

timohirt commented 4 years ago

Hey @DanielMSchmidt

Thanks for reporting this issue. I was able to reproduce and documented how to fix it.

Looking forward to your feedback.

timohirt commented 4 years ago

@DanielMSchmidt this provider is now available in Terraform registry: https://registry.terraform.io/providers/timohirt/hetznerdns/latest

DanielMSchmidt commented 4 years ago

Awesome, thanks a ton 👍