aboutsummaryrefslogtreecommitdiff
path: root/docs/tofu.org
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2025-11-15 11:39:49 -0800
committerFranck Cuny <franck@fcuny.net>2025-11-15 11:39:49 -0800
commit495413d6dd25152cf1e82a6f45a865842906f662 (patch)
tree17126e75e75ce92a9cbd4d5b59a542f987b055c8 /docs/tofu.org
parentdelete profiles for forgejo and keycloak (diff)
downloadinfra-495413d6dd25152cf1e82a6f45a865842906f662.tar.gz
clean up documentations
Diffstat (limited to 'docs/tofu.org')
-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