diff options
| author | seth <[email protected]> | 2023-12-13 15:13:33 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2023-12-13 15:15:01 -0500 |
| commit | 109114703b42ba17c8f2a4a347bd4a9ecd1e82d5 (patch) | |
| tree | f7da6b640fbab2a5016d0a62a4a58060e2acf292 /tofu/cloudflare/dns.nix | |
| parent | 163daad93da692fc280036b80f29ca9b65c005d4 (diff) | |
tofu: use imported resources
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;}; |
