From 66c0425e1c77630bcd2e1e1b39a6f682f56bfe70 Mon Sep 17 00:00:00 2001 From: Kiara Grouwstra <kiara@procolix.eu> Date: Thu, 27 Mar 2025 10:07:34 +0100 Subject: [PATCH] document updating TF module --- launch/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/launch/README.md b/launch/README.md index ee636f0..8bed71b 100644 --- a/launch/README.md +++ b/launch/README.md @@ -5,12 +5,15 @@ ### updating TF modules ```sh -echo "{\"nixos-anywhere\": $(nix-instantiate --eval --json -E '(import ../npins).nixos-anywhere.outPath')}" > .auto.tfvars.json +$ npins update nixos-anywhere +$ cd launch/ +$ echo "{\"nixos-anywhere\": $(nix-instantiate --eval --json -E '(import ../npins).nixos-anywhere.outPath')}" > .auto.tfvars.json ``` ### local development ```sh $ nix-shell +$ rm -rf .terraform/ $ tofu init ```