Skip to content

Commit

Permalink
Lock into tf 1.9.2 to match schematics support
Browse files Browse the repository at this point in the history
  • Loading branch information
ocofaigh authored Sep 20, 2024
1 parent da96d7f commit d07b378
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions module-assets/ci/install-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -217,9 +217,8 @@ fi
# terraform
#######################################

# The rule in renovate.json will only allow patch updates. Minor version updates need to be done manually as we need to wait for Schematics to support it first before updating.
# renovate: datasource=github-releases depName=hashicorp/terraform
TERRAFORM_VERSION=v1.9.6
# Locking into the latest version that Schematics supports currently
TERRAFORM_VERSION=v1.9.2
BINARY=terraform

set +e
Expand Down

0 comments on commit d07b378

Please sign in to comment.