-
Notifications
You must be signed in to change notification settings - Fork 72
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
allow the dns_ns_record_set data source to query a particular nameserver #172
Comments
Currently the dns-provider can be configured using the |
Yeah that's along the lines of what I was thinking. Just needs to be queried from this name server during the stack run. |
I needed functionality similar to this, so I've published a module that does it. The catch is that it requires a DNS-over-HTTPS JSON API e.g. like that provided by Google, Cloudflare, Alibaba, NextDNS etc. Example:
|
Description
It would be useful to allow the dns_ns_record_set data source to query custom nameserver(s) of your choosing for times you need to override your client's dns configuration. For example when working on my company's vpn our dns is forced to use our local dns but the answer can only come from our corporate dns server for a internally delegate dns zone
New or Affected Resource(s)
Potential Terraform Configuration
The text was updated successfully, but these errors were encountered: