diff options
Diffstat (limited to 'tofu/cloudflare/dns.nix')
| -rw-r--r-- | tofu/cloudflare/dns.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tofu/cloudflare/dns.nix b/tofu/cloudflare/dns.nix index 2002896..751c32b 100644 --- a/tofu/cloudflare/dns.nix +++ b/tofu/cloudflare/dns.nix @@ -7,6 +7,7 @@ { name = args.name or name; zone_id = lib.tfRef "var.zone_id"; + ttl = 1; inherit value type; } // lib.optionalAttrs (type != "TXT") {proxied = true;}; |
