notes
Notes
Short engineering notes on fixes, trade-offs, and things I learned while building.
Consolidating SecureVault's CI/CD workflows
Why I deleted two workflow files, pinned every CI tool, and replaced a fake deploy gate with a real Checks API verification.
Fixing two CI gremlins in SecureVault
Node.js 20 deprecation warnings and a Terraform Plan step that reported 0s duration: what caused them and how I fixed them.
Gating Terraform Plan on a live GCP credential
How I changed SecureVault's CI so format, init, and validate still run when the GCP service-account key is absent, while plan only runs when the credential is present.
Terraform validate failures in SecureVault
Why `terraform validate` started rejecting `labels` and a misplaced `description`, and how I aligned the Terraform config with the Google provider schema.