Skip to content

Commit

Permalink
update terraform ci version to 0.13.5
Browse files Browse the repository at this point in the history
  • Loading branch information
etwillbefine authored Nov 21, 2020
1 parent 093d404 commit 8cfacec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/terraform-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,19 +25,19 @@ jobs:
- name: 'Terraform Init'
uses: hashicorp/terraform-github-actions@v0.8.0
with:
tf_actions_version: 0.12.24
tf_actions_version: 0.13.5
tf_actions_subcommand: 'init'
tf_actions_working_dir: ${{ matrix.stack }}
args: '-backend=false'
- name: 'Terraform Format'
uses: hashicorp/terraform-github-actions@v0.8.0
with:
tf_actions_version: 0.12.24
tf_actions_version: 0.13.5
tf_actions_subcommand: 'fmt'
tf_actions_working_dir: ${{ matrix.stack }}
- name: 'Terraform Validate'
uses: hashicorp/terraform-github-actions@v0.8.0
with:
tf_actions_version: 0.12.24
tf_actions_version: 0.13.5
tf_actions_subcommand: 'validate'
tf_actions_working_dir: ${{ matrix.stack }}

0 comments on commit 8cfacec

Please sign in to comment.