You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Terraform includes DNSimple and DNSMadeEasy providers, along with those available from PaaS operators (AWS Route53, DO, etc...), but all those are paid services. I think that provider for self-hosted DNS server will be a good option for teams and organizations that by some reasons operate solely on in-house platforms, like Openstack
PowerDNS has HTTP API, which allows CRUD on Zones and Records. I have a simple terraform provider for records manipulation. Is there any interest for making such provider a part of terraform? I would gladly made a contribution to terraform development.
The text was updated successfully, but these errors were encountered:
Hi @alkersan! Thanks for opening this issue! We would definitely be interested in having built-in support for PowerDNS, and if already have a provider then that's even better. Please feel free to open a pull request with your work, or if you have questions prior to that please drop them here and one of the Terraform team will try to help with it.
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
ghost
locked and limited conversation to collaborators
Apr 28, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Terraform includes
DNSimple
andDNSMadeEasy
providers, along with those available from PaaS operators (AWS Route53, DO, etc...), but all those are paid services. I think that provider for self-hosted DNS server will be a good option for teams and organizations that by some reasons operate solely on in-house platforms, likeOpenstack
PowerDNS has HTTP API, which allows CRUD on
Zones
andRecords
. I have a simple terraform provider for records manipulation. Is there any interest for making such provider a part of terraform? I would gladly made a contribution to terraform development.The text was updated successfully, but these errors were encountered: