diff options
| author | seth <[email protected]> | 2023-12-13 23:06:33 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2023-12-13 23:18:19 -0500 |
| commit | 0be27ca642a9f30442d8c0566d00131da5e6b5d0 (patch) | |
| tree | 8a9760db37aadbc6de6e3c5461933891ffd27b4e /tofu/cloudflare/dns.nix | |
| parent | 63cdf8038777acb98e404a714b9d5108f84226dd (diff) | |
tf: use terraform registry for providers
Diffstat (limited to 'tofu/cloudflare/dns.nix')
| -rw-r--r-- | tofu/cloudflare/dns.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tofu/cloudflare/dns.nix b/tofu/cloudflare/dns.nix index 751c32b..9618019 100644 --- a/tofu/cloudflare/dns.nix +++ b/tofu/cloudflare/dns.nix @@ -27,7 +27,7 @@ in { }; api = { - value = atlas_tunnel; + value = "teawieapi.pages.dev"; type = "CNAME"; }; |
