Specify the terraform version
This commit is contained in:
parent
6dc004b907
commit
1e89d80882
3
.github/workflows/terraform.yml
vendored
3
.github/workflows/terraform.yml
vendored
@ -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…
Reference in New Issue
Block a user