From 6667ae9c692b60ff22822dcd3564b53e22d4c829 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 17:43:34 +0000 Subject: [PATCH] =?UTF-8?q?feat(deps):=20update=20terraform=20local=20(=20?= =?UTF-8?q?2.5.3=20=E2=9E=94=202.7.0=20)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- terraform/infra/modules/talos_bootstrap/versions.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/infra/modules/talos_bootstrap/versions.tf b/terraform/infra/modules/talos_bootstrap/versions.tf index 3a37dfa62..cf5ba3900 100644 --- a/terraform/infra/modules/talos_bootstrap/versions.tf +++ b/terraform/infra/modules/talos_bootstrap/versions.tf @@ -14,7 +14,7 @@ terraform { } local = { source = "hashicorp/local" - version = "~> 2.5.0" + version = "~> 2.7.0" } } }