We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd52fda commit d8c628fCopy full SHA for d8c628f
1 file changed
rebuild.sh
@@ -827,6 +827,10 @@ teardown() {
827
find "$SCRIPT_DIR" -type f -name ".terraform.tfstate.lock.info" -delete 2>/dev/null || true
828
success ".terraform.tfstate.lock.info files removed"
829
830
+ log "Removing all ca-bundle.PEM files..."
831
+ find "$SCRIPT_DIR" -type f -name "ca-bundle.PEM" -delete 2>/dev/null || true
832
+ success "ca-bundle.PEM files removed"
833
+
834
# ── Step 11: Remove saved Vault credentials when safe ────────────────────
835
# This file is required to unseal/authenticate Vault during teardown, so we
836
# only remove it after cleanup has completed and no armory containers remain.
0 commit comments