From 15180fbb9f14b13817d873eb0602499584047dd4 Mon Sep 17 00:00:00 2001 From: Arel Rabinowitz <30493345+RLRabinowitz@users.noreply.github.com> Date: Tue, 4 Feb 2025 12:26:30 +0200 Subject: [PATCH] Update main.tf --- null-with-sleep/main.tf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/null-with-sleep/main.tf b/null-with-sleep/main.tf index 86fbb44..0630e14 100644 --- a/null-with-sleep/main.tf +++ b/null-with-sleep/main.tf @@ -7,3 +7,6 @@ resource "null_resource" "null" { resource "null_resource" "null2" { } + +resource "null_resource" "null3" { +}