From 109114703b42ba17c8f2a4a347bd4a9ecd1e82d5 Mon Sep 17 00:00:00 2001 From: seth Date: Wed, 13 Dec 2023 15:13:33 -0500 Subject: tofu: use imported resources --- tofu/cloudflare/dns.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'tofu/cloudflare/dns.nix') 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;}; -- cgit v1.2.3