Skip to content

Commit

Permalink
[feature/PI-165-environments] fix workspace destroy
Browse files Browse the repository at this point in the history
  • Loading branch information
jaklinger committed Dec 29, 2023
1 parent 19f82e9 commit 0cbbcb2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ function _destroy_redundant_workspaces() {
# Print the matching object names
for workspace in "${matching_objects[@]}"; do
echo "Attempting to destroy workspace: $workspace"
bash ./scripts/infrastructure/terraform/terraform-commands.sh destroy $workspace "per_workspace" "" "-input=false -auto-approve -no-color"
bash ./scripts/infrastructure/terraform/terraform-commands.sh "destroy" "ref" $workspace "per_workspace" "" "-input=false -auto-approve -no-color"
done
}

Expand Down

0 comments on commit 0cbbcb2

Please sign in to comment.