Skip to content

Commit

Permalink
ER-790: Set Terraform version
Browse files Browse the repository at this point in the history
  • Loading branch information
sunny-sidhu-and committed Sep 8, 2023
1 parent 1e787cc commit 0a003bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tf-azure-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0a003bc

Please sign in to comment.