We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Terraform v1.2.9 on darwin_amd64 + provider registry.terraform.io/hashicorp/dns v3.2.4
The TTL of SOA record means NX_DOMAIN and NO_DATA's cache time.
Let's tell about one scenario, that register or delete domains dynamically, A bunch of servers lookup domains in rapidly and periodically.
If the TTL of SOA is high like below picture, the servers are failed long times cause NX_DOMAINS time is too high.
The record means when NX_DOMAIN respond, cache it 30 hours
I'm manage 110 hosted zones, among them 80 zones are dynamically managed.
I want read and update SOA record by dns soa record datasource.
dns soa record
This proposal add new datasource dns_soa_record_set
dns_soa_record_set
data "dns_soa_record_set" "amazon" { host = "amazon.com" }
mname: dns-external-master.amazon.com. rname: root.amazon.com. serial: 2010167466 refresh: 180 retry: 60 expire: 3024000 ttl: 60 raw: dns-external-master.amazon.com. root.amazon.com. 2010167466 180 60 3024000 60
Low
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Terraform CLI and Provider Versions
Use Cases or Problem Statement
The TTL of SOA record means NX_DOMAIN and NO_DATA's cache time.
Let's tell about one scenario, that register or delete domains dynamically,
A bunch of servers lookup domains in rapidly and periodically.
If the TTL of SOA is high like below picture, the servers are failed long times cause NX_DOMAINS time is too high.
Proposal
I'm manage 110 hosted zones, among them 80 zones are dynamically managed.
I want read and update SOA record by
dns soa record
datasource.This proposal add new datasource
dns_soa_record_set
Input
Output
How much impact is this issue causing?
Low
Additional Information
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: