From f6c8e73ee69a318781a5a231cbdd453bfb333883 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 17:01:03 +0000 Subject: [PATCH] chore(deps): update dependency hashicorp/terraform to v1.15.4 --- installations/terraform.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installations/terraform.sh b/installations/terraform.sh index 2337c0cc..d369aca8 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.3" + local TERRAFORM_VERSION="v1.15.4" terraform_install "${TERRAFORM_VERSION}"