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