From 144e89ff3ef6e9d17309246e19c6fa8853e21837 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 18:40:59 +0000 Subject: [PATCH] chore(deps): update dependency hashicorp/terraform to v1.15.1 --- installations/terraform.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installations/terraform.sh b/installations/terraform.sh index e5999c3d..5a9d8868 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.15.0" + local TERRAFORM_VERSION="v1.15.1" terraform_install "${TERRAFORM_VERSION}"