aboutsummaryrefslogtreecommitdiff
path: root/docs/tofu.org
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--docs/tofu.org15
1 files changed, 0 insertions, 15 deletions
diff --git a/docs/tofu.org b/docs/tofu.org
deleted file mode 100644
index 5747f9e..0000000
--- a/docs/tofu.org
+++ /dev/null
@@ -1,15 +0,0 @@
-* Tofu/terranix
-
-I use terranix to manage some configurations with terraform/tofu.
-
-I usually start by cleaning the working directory:
-#+begin_src shell
-rm -rf .terraform*
-#+end_src
-
-Then we can =init=, =plan=, and =build=:
-#+begin_src shell
-nix run .#tf -- init
-nix run .#tf -- plan
-nix run .#tf -- build
-#+end_src