Specify the terraform version

This commit is contained in:
Dan Buch 2020-02-11 22:10:55 -05:00
parent 6dc004b907
commit 1e89d80882
Signed by: meatballhat
GPG Key ID: 9685130D8B763EA7

View File

@ -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