/ justfile
justfile
1 # Display the list of recipes 2 default: 3 @just --list 4 build: 5 nix build -o nix.config.tf.json.out 6 rm -f config.tf.json 7 cp nix.config.tf.json.out config.tf.json 8 plan: build 9 tofu plan 10 apply: build 11 tofu apply 12 deploy-rules: 13 bash maps/firewall/makerules.sh