From 138811d6be082ca313e29b12e74b9e6ce3983b09 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 16:28:24 +0000 Subject: [PATCH] chore(deps): update dependency hashicorp/terraform to v1.14.5 --- installations/terraform.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installations/terraform.sh b/installations/terraform.sh index c8034146..fcd05e2a 100644 --- a/installations/terraform.sh +++ b/installations/terraform.sh @@ -8,7 +8,7 @@ clean() { install() { # renovate: datasource=github-releases depName=hashicorp/terraform - local TERRAFORM_VERSION="v1.14.4" + local TERRAFORM_VERSION="v1.14.5" terraform_install "${TERRAFORM_VERSION}"