Skip to content

Commit

Permalink
Merge pull request #20 from soat-fiap/italopessoa-patch-1
Browse files Browse the repository at this point in the history
Update build.yml
  • Loading branch information
italopessoa authored Sep 23, 2024
2 parents 728f112 + 13de0fa commit fb6de79
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,8 @@ jobs:
- name: Create destroy plan
uses: hashicorp/tfc-workflows-github/actions/create-run@v1.3.1
id: destroy-plan
continue-on-error: true
with:
workspace: ${{ vars.TF_WORKSPACE }}
configuration_version: ${{ needs.deploy.outputs.CONFIG_VERSION }}
workspace: "${{ vars.TF_WORKSPACE }}"
configuration_version: "${{ needs.deploy.outputs.CONFIG_VERSION }}"
message: "Create Destroy run from GitHub Actions CI ${{ github.sha }}"
is_destroy: true

0 comments on commit fb6de79

Please sign in to comment.