From aea12f03efcd582d1d143a83adc8683b7a418e92 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 May 2026 12:49:52 +0000 Subject: [PATCH] chore(deps): update terraform null to v3.3.0 --- live_system/main.tf | 2 +- live_system/modules/liveos/main.tf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/live_system/main.tf b/live_system/main.tf index af27ebb..8beb962 100644 --- a/live_system/main.tf +++ b/live_system/main.tf @@ -19,7 +19,7 @@ terraform { } null = { source = "hashicorp/null" - version = "3.2.4" + version = "3.3.0" } } backend "local" { diff --git a/live_system/modules/liveos/main.tf b/live_system/modules/liveos/main.tf index 5fa2780..280c0cc 100644 --- a/live_system/modules/liveos/main.tf +++ b/live_system/modules/liveos/main.tf @@ -6,7 +6,7 @@ terraform { } null = { source = "hashicorp/null" - version = "3.2.4" + version = "3.3.0" } } }