terraform-provider-dns
terraform-provider-dns copied to clipboard
Ability to specify DNS server for dns_a_record_set data source
Terraform CLI and Provider Versions
any
Use Cases or Problem Statement
If we have a private network with VMs, then create a DNS server in this network we would be able to use this server to resolve private IP addresses. Currently I use a local-exec with write read to a file.
Proposal
Add server string argument to put there DNS server IP or IP with port Must be helpful https://stackoverflow.com/a/59889883
How much impact is this issue causing?
Medium
Additional Information
No response
Code of Conduct
- [X] I agree to follow this project's Code of Conduct