Skip to content

Commit

Permalink
Merge pull request #40643 from hashicorp/b-post_publish_tf
Browse files Browse the repository at this point in the history
github workflow: fixes to post publish terraform init
  • Loading branch information
ewbankkit authored Dec 19, 2024
2 parents cf4c888 + 28ed55f commit 214d10a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/post_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,9 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
runs-on: ${{ matrix.os }}
defaults:
run:
shell: bash
needs: [registry-check]
steps:
- uses: hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd
Expand All @@ -95,7 +98,7 @@ jobs:
required_providers {
aws = {
source = "hashicorp/aws"
version = ${{ needs.registry-check.outputs.latest-version }}
version = "${{ needs.registry-check.outputs.latest-version }}"
}
}
}
Expand Down

0 comments on commit 214d10a

Please sign in to comment.