From 6ed8f7e388b3119369e4263b8c0067fa47286deb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 17 Apr 2026 06:12:57 +0000 Subject: [PATCH] chore(deps): update terraform local to v2.8.0 --- live_system/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/live_system/main.tf b/live_system/main.tf index 1e4f764..e42efd5 100644 --- a/live_system/main.tf +++ b/live_system/main.tf @@ -15,7 +15,7 @@ terraform { } local = { source = "hashicorp/local" - version = "2.7.0" + version = "2.8.0" } null = { source = "hashicorp/null"