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" } } }