diff --git a/main.tf b/main.tf index d5ad785..46df68d 100644 --- a/main.tf +++ b/main.tf @@ -1,4 +1,4 @@ -resource "null_resourc" "executor" { +resource { provisioner "local-exec" { command = var.command }