From 082ef6167ea188de4a0439fe63baaca41b19b45b Mon Sep 17 00:00:00 2001 From: Seth Flynn Date: Fri, 31 Jan 2025 08:14:23 -0500 Subject: terraform: switch to plain hcl MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit • Removed input 'terranix' • Removed input 'terranix/bats-assert' • Removed input 'terranix/bats-support' • Removed input 'terranix/flake-parts' • Removed input 'terranix/nixpkgs' • Removed input 'terranix/systems' • Removed input 'terranix/terranix-examples' --- terranix/default.nix | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 terranix/default.nix (limited to 'terranix/default.nix') diff --git a/terranix/default.nix b/terranix/default.nix deleted file mode 100644 index 3c95844..0000000 --- a/terranix/default.nix +++ /dev/null @@ -1,18 +0,0 @@ -{ - terranix = { - package = - pkgs: - pkgs.opentofu.withPlugins (plugins: [ - plugins.cloudflare - plugins.tailscale - ]); - - modules = [ - ./cloudflare - ./tailscale - ./cloud.nix - ./vars.nix - ./versions.nix - ]; - }; -} -- cgit v1.2.3