summaryrefslogtreecommitdiff
path: root/tofu/vars.nix
diff options
context:
space:
mode:
authorseth <[email protected]>2023-12-11 19:08:10 -0500
committerseth <[email protected]>2023-12-12 22:43:30 -0500
commit03cea3ba8fea453fa5ca1611c7d8af152e2fcaaa (patch)
treec3f8895328329485714a5e51d928af1bf9892d46 /tofu/vars.nix
parent988e00c510b1cc6b50e2211c4d0e8852463b1741 (diff)
start using opentofu
Diffstat (limited to 'tofu/vars.nix')
-rw-r--r--tofu/vars.nix11
1 files changed, 11 insertions, 0 deletions
diff --git a/tofu/vars.nix b/tofu/vars.nix
new file mode 100644
index 0000000..2f640c2
--- /dev/null
+++ b/tofu/vars.nix
@@ -0,0 +1,11 @@
+{
+ variable = {
+ # cloudflare
+ zone_id.default = "53286ae07c44ed39e4b1249a2adb6d4d";
+ account_id.default = "44c47ae2d55db34c1bf2f378ea8202f1";
+ cf_domain.default = "mydadleft.me";
+
+ # tailscale
+ tailnet.default = "getchoo.github";
+ };
+}