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