You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix QA checklist: accept default terraform.tfstate, remove stale state path convention
QA still had the old stage-N-slug.tfstate checklist item (line 263)
causing false CRITICAL on every stage. Updated to accept backend local {}
and default terraform.tfstate. Updated remote state defaults to use
relative paths (../stage-N-name/terraform.tfstate).
Full audit confirmed no other stale references to .terraform-state/ or
stage-N-slug convention remain in code, governance, or tests.
0 commit comments