Specify the terraform version

main
Dan Buch 4 years ago
parent 6dc004b907
commit 1e89d80882
Signed by: meatballhat
GPG Key ID: 9685130D8B763EA7

@ -9,12 +9,15 @@ jobs:
- name: fmt - name: fmt
uses: hashicorp/terraform-github-actions@master uses: hashicorp/terraform-github-actions@master
with: with:
tf_actions_version: 0.12.20
tf_actions_subcommand: fmt tf_actions_subcommand: fmt
- name: init - name: init
uses: hashicorp/terraform-github-actions@master uses: hashicorp/terraform-github-actions@master
with: with:
tf_actions_version: 0.12.20
tf_actions_subcommand: init tf_actions_subcommand: init
- name: validate - name: validate
uses: hashicorp/terraform-github-actions@master uses: hashicorp/terraform-github-actions@master
with: with:
tf_actions_version: 0.12.20
tf_actions_subcommand: validate tf_actions_subcommand: validate

Loading…
Cancel
Save