From 0a003bc90b4245c237327a4ab76d2384298662a9 Mon Sep 17 00:00:00 2001 From: Sunny Sidhu Date: Fri, 8 Sep 2023 15:15:52 +0100 Subject: [PATCH] ER-790: Set Terraform version --- .github/workflows/tf-azure-deploy.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/tf-azure-deploy.yml b/.github/workflows/tf-azure-deploy.yml index 03fa589e8..f82713ff8 100644 --- a/.github/workflows/tf-azure-deploy.yml +++ b/.github/workflows/tf-azure-deploy.yml @@ -144,6 +144,8 @@ jobs: # Install the latest version of Terraform CLI and configure the Terraform CLI configuration file with a Terraform Cloud user API token - name: Setup Terraform uses: hashicorp/setup-terraform@v2 + with: + terraform_version: 1.5.6 # Initialise a new or existing Terraform working directory by creating initial files, loading any remote state, downloading modules, etc. - name: Terraform Init