From 1e89d80882ecb8f86800e603fe3c5b59edebb5b7 Mon Sep 17 00:00:00 2001 From: Dan Buch Date: Tue, 11 Feb 2020 22:10:55 -0500 Subject: [PATCH] Specify the terraform version --- .github/workflows/terraform.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/terraform.yml b/.github/workflows/terraform.yml index 2c3be96..7d4ae4b 100644 --- a/.github/workflows/terraform.yml +++ b/.github/workflows/terraform.yml @@ -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