From 8a32e0667d47346158a579f8d4db956cbe7da7f7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 23:13:56 +0000 Subject: [PATCH] chore(deps): update dependency hashicorp/terraform to v1.16.2 --- installations/terraform.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installations/terraform.sh b/installations/terraform.sh index fe5eec7e..a3bcf76f 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.16.1" + local TERRAFORM_VERSION="v1.16.2" terraform_install "${TERRAFORM_VERSION}"