Skip to content
Snippets Groups Projects
Commit a4c76d70 authored by Timo Furrer's avatar Timo Furrer
Browse files

Merge branch 'fix-validate-plan-deploy-dependency' into 'main'

Fix: Add missing prefix on `delete-state.needs`.

See merge request components/opentofu!156
parents decebcfb 0d75dfe9
No related branches found
No related tags found
No related merge requests found
...@@ -154,4 +154,4 @@ include: ...@@ -154,4 +154,4 @@ include:
# NOTE: we have to define this `needs` here, because inputs don't support arrays, yet. # NOTE: we have to define this `needs` here, because inputs don't support arrays, yet.
delete-state: delete-state:
needs: [destroy] needs: ['$[[ inputs.job_name_prefix ]]destroy']
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment