From d09952fcd5ae3b73ea91f0f308527f70c0dc5c21 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sat, 18 Oct 2025 14:46:47 -0700 Subject: move keycloak and forgejo on rivendell I had to rekey all the secrets. Updated the documentation for both how to setup forgejo and keycloak. --- docs/tofu.org | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 docs/tofu.org (limited to 'docs/tofu.org') diff --git a/docs/tofu.org b/docs/tofu.org new file mode 100644 index 0000000..5747f9e --- /dev/null +++ b/docs/tofu.org @@ -0,0 +1,15 @@ +* 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 -- cgit v1.2.3