From ca83a8b03f6269dbeece2f0bda2bd206760a8a12 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 Jul 2024 15:38:37 +0000 Subject: [PATCH] chore(deps): update dependency hashicorp/terraform to v1.9.1 --- installations/terraform.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installations/terraform.sh b/installations/terraform.sh index a8cafa31..a33bedb1 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.9.0" + local TERRAFORM_VERSION="v1.9.1" terraform_install "${TERRAFORM_VERSION}"