BB-1271 Fix TF Workspace Deletion
Compare changes
Files
13@@ -11,8 +11,10 @@ terraform {
UNCLASSIFIED - NO CUI
Currently supported Big Bang Version is 2.49
Attention Iron Bank Customers: On March 27, 2025, we are moving SBOM artifacts from the Anchore Scan job to the Build job to streamline the container hardening pipeline. If you currently download SBOMs from the Anchore Scan job, you can still get them from the Build job and from other sources, including IBFE and image attestations.
What:
TF_VAR_env
to the pre vars
jobci_pipeline_url
to the tags of all aws resources created by citf fmt
Why:
TF_VAR_env
was added to pre vars
so that all the tf
jobs would use the same variable. This was incorrectly being passed to some jobs as different values, causing terraform workspaces
to stick around and resources to not properly get created or deleted.ci_pipeline_url
we can easily go to the pipeline in gitlab-ui to rerun/delete/create jobs that created the infra in aws.Related Story: BB-1271
Related Images:
UNCLASSIFIED - NO CUI