vancluever / terraform-provider-acme-old

ACME (Let's Encrypt) Support for Terraform
Other
207 stars 26 forks source link

DNS provider support #53

Closed scriptjs closed 6 years ago

scriptjs commented 6 years ago

Hello, does this support any other DNS providers such as DigitialOcean?

vancluever commented 6 years ago

@scriptjs I usually keep the DNS provider support up with that of lego. For more details, see the documentation.

If you don't see a DNS provider on the list that you would like to see, please put a feature request against lego.

Thanks!

PS: DigitalOcean is a supported provider.

scriptjs commented 6 years ago

I seemed to have missed the section there on the DNS providers. Many thanks for pointing this out. Btw, any chance this provider will officially land in Terraform?

vancluever commented 6 years ago

@scriptjs FWIW I want to add explicit docs for the DNS providers as I understand that following API docs in lieu of actual docs is not the most optimal UX. And yes, this will be landing upstream eventually. Both of these events may happen in tandem. :slightly_smiling_face:

scriptjs commented 6 years ago

Super. This module is going to be quite helpful, thank you for creating it :) Will see how it works this week as I look to integrate it.