From a5c9a568c88d4a44a7b2bd5200b88b5c61f70e3b Mon Sep 17 00:00:00 2001 From: Arel Rabinowitz <30493345+RLRabinowitz@users.noreply.github.com> Date: Mon, 15 Sep 2025 10:28:52 +0300 Subject: [PATCH] Update main.tf --- null-with-sleep/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/null-with-sleep/main.tf b/null-with-sleep/main.tf index 551723c..ca1f83c 100644 --- a/null-with-sleep/main.tf +++ b/null-with-sleep/main.tf @@ -5,7 +5,7 @@ terraform { resource "null_resource" "null" { } -resource "null_resource" "null2" { +resource "null_resource" "null3" { } output "null_id" {