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
The module I just published will let you do exactly this (i.e. get the SOA record for amazon.com). It doesn't support normal dns-wire-format messages though, so you need to query a DNS server that provides a DNS-over-HTTPS JSON API (e.g. like that provided by Google, Cloudflare, Alibaba, NextDNS etc)
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: