Skip to content

Commit

Permalink
fixes to post publish terraform init
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsonaj committed Dec 19, 2024
1 parent fde9fa8 commit dd421c4
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 @@ -85,6 +85,9 @@ jobs:
runs-on: ${{ matrix.os }}
needs: [registry-check]
steps:
- if: matrix.os == 'windows-latest'
name: Set Shell
shell: bash
- uses: hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd
with:
terraform_wrapper: false
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 dd421c4

Please sign in to comment.