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
|
- 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…
Reference in New Issue
Block a user