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