Skip to content

Commit

Permalink
Bump hashicorp/tfc-workflows-github from 1.0.0 to 1.0.3
Browse files Browse the repository at this point in the history
Bumps [hashicorp/tfc-workflows-github](https://github.com/hashicorp/tfc-workflows-github) from 1.0.0 to 1.0.3.
- [Release notes](https://github.com/hashicorp/tfc-workflows-github/releases)
- [Changelog](https://github.com/hashicorp/tfc-workflows-github/blob/main/CHANGELOG.md)
- [Commits](hashicorp/tfc-workflows-github@v1.0.0...v1.0.3)

---
updated-dependencies:
- dependency-name: hashicorp/tfc-workflows-github
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 3, 2023
1 parent 5b4911e commit 65aae32
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/terraform-apply.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,21 +23,21 @@ jobs:
uses: actions/checkout@v3

- name: Upload Configuration
uses: hashicorp/tfc-workflows-github/actions/[email protected].0
uses: hashicorp/tfc-workflows-github/actions/[email protected].3
id: apply-upload
with:
workspace: ${{ env.TF_WORKSPACE }}
directory: ${{ env.CONFIG_DIRECTORY }}

- name: Create Apply Run
uses: hashicorp/tfc-workflows-github/actions/[email protected].0
uses: hashicorp/tfc-workflows-github/actions/[email protected].3
id: apply-run
with:
workspace: ${{ env.TF_WORKSPACE }}
configuration_version: ${{ steps.apply-upload.outputs.configuration_version_id }}

- name: Apply
uses: hashicorp/tfc-workflows-github/actions/[email protected].0
uses: hashicorp/tfc-workflows-github/actions/[email protected].3
if: fromJSON(steps.apply-run.outputs.payload).data.attributes.actions.IsConfirmable
id: apply
with:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/terraform-plan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,23 +22,23 @@ jobs:
uses: actions/checkout@v3

- name: Upload Configuration
uses: hashicorp/tfc-workflows-github/actions/[email protected].0
uses: hashicorp/tfc-workflows-github/actions/[email protected].3
id: plan-upload
with:
workspace: ${{ env.TF_WORKSPACE }}
directory: ${{ env.CONFIG_DIRECTORY }}
speculative: true

- name: Create Plan Run
uses: hashicorp/tfc-workflows-github/actions/[email protected].0
uses: hashicorp/tfc-workflows-github/actions/[email protected].3
id: plan-run
with:
workspace: ${{ env.TF_WORKSPACE }}
configuration_version: ${{ steps.plan-upload.outputs.configuration_version_id }}
plan_only: true

- name: Get Plan Output
uses: hashicorp/tfc-workflows-github/actions/[email protected].0
uses: hashicorp/tfc-workflows-github/actions/[email protected].3
id: plan-output
with:
plan: ${{ fromJSON(steps.plan-run.outputs.payload).data.relationships.plan.data.id }}
Expand Down

0 comments on commit 65aae32

Please sign in to comment.