From 1157e2f3e84ef1168d8292065f2403850cf3dc0d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 23 Aug 2023 17:17:13 +0000 Subject: [PATCH] chore(deps): update dependency hashicorp/terraform to v1.5.6 --- installations/terraform | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installations/terraform b/installations/terraform index 1e23e1e5..74129f74 100644 --- a/installations/terraform +++ b/installations/terraform @@ -8,7 +8,7 @@ clean() { install() { # renovate: datasource=github-releases depName=hashicorp/terraform - local TERRAFORM_VERSION="v1.5.5" + local TERRAFORM_VERSION="v1.5.6" terraform_install "${TERRAFORM_VERSION}"