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
uses: hashicorp/terraform-github-actions@master
with:
tf_actions_version: 0.12.20
tf_actions_subcommand: fmt
- name: init
uses: hashicorp/terraform-github-actions@master
with:
tf_actions_version: 0.12.20
tf_actions_subcommand: init
- name: validate
uses: hashicorp/terraform-github-actions@master
with:
tf_actions_version: 0.12.20
tf_actions_subcommand: validate

Loading…
Cancel
Save