-
-
Notifications
You must be signed in to change notification settings - Fork 234
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Allow validating the certificate with CloudFlare #97
feat: Allow validating the certificate with CloudFlare #97
Conversation
Hi @antonbabenko I know the change is still not ready for merge, the following will be completed assuming the direction is acceptable:
If you will not accept I'll keep my fork and use it for my needs, but I assume there are more consumers for other DNS providers. |
Hi @simonweil ! Thanks for opening this PR and asking before finalizing it. We should not make this module dependant on the Cloudflare provider (it is not possible to include the provider conditionally in Terraform). Instead, I propose to make changes in the PR to:
|
OK, will try it and update |
@antonbabenko This actually seems to work! |
Added the example and link from the I think that the only thing missing is updating the readme in the example and the main one. |
Looks pretty good. I will review&test it during the week. |
1d75702
to
135d53f
Compare
As far as I know, all is good now. Also should I squash the 3 commits? |
2f506ce
to
3d5f01f
Compare
Docs should be fixed now |
Thank you @simonweil ! I have just finished it in #101 and released version 3.3.0. |
Thank you @antonbabenko! |
I'm going to lock this pull request 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 related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Description
Added support for validating the domain with CloudFlare in addition to route53
Motivation and Context
We use CloudFlare as DNS and the automatic validation is not currently supported
Breaking Changes
None
How Has This Been Tested?
examples/*
projectsWill be filled if the change is acceptable by the maintainer