summaryrefslogtreecommitdiff
path: root/tofu/versions.nix
diff options
context:
space:
mode:
Diffstat (limited to 'tofu/versions.nix')
-rw-r--r--tofu/versions.nix13
1 files changed, 13 insertions, 0 deletions
diff --git a/tofu/versions.nix b/tofu/versions.nix
new file mode 100644
index 0000000..b563ce1
--- /dev/null
+++ b/tofu/versions.nix
@@ -0,0 +1,13 @@
+{
+ terraform.required_providers = {
+ cloudflare = {
+ source = "cloudflare/cloudflare";
+ version = "~> 4";
+ };
+
+ tailscale = {
+ source = "tailscale/tailscale";
+ version = "0.13.13";
+ };
+ };
+}