From 145e1dab68caf3f57c53820c6359bef83a5ce52a Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sun, 31 Aug 2025 13:33:54 -0700 Subject: manage terraform configuration with terranix All the terraform configuration is managed within one state instead of having multiple state for each components. This might not be the best practice but it simplifies things for me. Now, all I need to do is to run `nix run .#tf -- plan` and I can see what will be changed for all the resources that I care about. --- .gitignore | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 30ae628..30f8639 100644 --- a/.gitignore +++ b/.gitignore @@ -12,5 +12,7 @@ bin/ /.direnv/ .aider* .env - -.terraform* +config.tf.json +.terraform +.terraform.lock.hcl +/.envrc.local -- cgit v1.2.3