From 591541215b1ba2616d58d2d1301e68eb854de6af Mon Sep 17 00:00:00 2001 From: James Allenby Date: Sun, 5 Jul 2026 23:00:12 +0100 Subject: [PATCH] fix: down recipe destroys entire tofu instance --- Justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Justfile b/Justfile index 14c6d87..d5fda98 100644 --- a/Justfile +++ b/Justfile @@ -5,7 +5,7 @@ ansible_proton_pass_plugin_ref := "4bd0741c347646060ec59c73f8adf7ed8e706cf3" ansible_proton_pass_plugin_url := "https://raw.githubusercontent.com/protonpass/proton-pass-ansible-integration/" + ansible_proton_pass_plugin_ref + "/lookup_plugins/proton_pass.py" up: tofu-apply ansible-run-playbook -down: tofu-destroy-instances +down: tofu-destroy tofu-init: tofu -chdir={{ opentofu_dir }} init -upgrade