Skip to content

Commit

Permalink
Fix destroy workspace job
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Ainsworth committed May 7, 2024
1 parent 6e15d60 commit 4842d7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/destroy_workspaces.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@ jobs:
run: |
unset TF_WORKSPACE
# Set the image URI to allow the workspace cleanup script to run without errors (it expects a value)
set TF_VAR_lambda_image_uri=destroy
export TF_VAR_lambda_image_uri=destroy
./scripts/workspace_cleanup.sh $(terraform-workspace-manager -protected-workspaces=true -aws-account-id=288342028542 -aws-iam-role=integrations-ci)

0 comments on commit 4842d7a

Please sign in to comment.