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 version
Terraform v1.5.7
on linux_amd64
+ provider registry.terraform.io/hashicorp/dns v3.3.2
Use Cases or Problem Statement
We would like to use terraform to manage our DNS entries both in-house (bind9) and excternally (cloudflare). Internally, we have 4 DNS views for our zone and each has ~500 records. Looking into the code of this provider, it seems, this would mean 4*500 queries to the DNS server each time when we run terraform which seems like a lot.
Maybe this is totally out of scope question but would it be somehow possible to use AXFR to fetch the records in a particular zone instead of doing one by one queries for each records?
Proposal
Ideally, instead of one by one queries, a single AXFR query would be enough to fetch the full zone and be able to compare the configured/records in state to the live records.
How much impact is this issue causing?
Medium
Additional Information
No response
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
Terraform CLI and Provider Versions
Use Cases or Problem Statement
We would like to use terraform to manage our DNS entries both in-house (bind9) and excternally (cloudflare). Internally, we have 4 DNS views for our zone and each has ~500 records. Looking into the code of this provider, it seems, this would mean 4*500 queries to the DNS server each time when we run terraform which seems like a lot.
Maybe this is totally out of scope question but would it be somehow possible to use AXFR to fetch the records in a particular zone instead of doing one by one queries for each records?
Proposal
Ideally, instead of one by one queries, a single AXFR query would be enough to fetch the full zone and be able to compare the configured/records in state to the live records.
How much impact is this issue causing?
Medium
Additional Information
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: