From 60f9bb2780b1e5def1873d61f6e4fede46196f07 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 May 2026 12:49:47 +0000 Subject: [PATCH] chore(deps): update terraform local to v2.9.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 af27ebb..bc15566 100644 --- a/live_system/main.tf +++ b/live_system/main.tf @@ -15,7 +15,7 @@ terraform { } local = { source = "hashicorp/local" - version = "2.8.0" + version = "2.9.0" } null = { source = "hashicorp/null"