Skip to content

Commit

Permalink
Use latest terraform CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertGHippo committed Nov 22, 2024
1 parent c32c8a5 commit b8143f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/terraform-pr-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Setup Terraform
uses: hashicorp/setup-terraform@v3
with:
terraform_version: 1.5.6
terraform_version: 1.9.8
terraform_wrapper: false

# Checks that all Terraform configuration files adhere to a canonical format
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tf-azure-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
- name: Setup Terraform
uses: hashicorp/setup-terraform@v3
with:
terraform_version: 1.5.6
terraform_version: 1.9.8
terraform_wrapper: false

# Initialise a new or existing Terraform working directory by creating initial files, loading any remote state, downloading modules, etc.
Expand Down

0 comments on commit b8143f9

Please sign in to comment.