From 87c6d47e6093ffb2b37d5180e1e3cec6245abcd8 Mon Sep 17 00:00:00 2001 From: Arel Rabinowitz <30493345+RLRabinowitz@users.noreply.github.com> Date: Thu, 26 Dec 2024 15:56:06 +0200 Subject: [PATCH] Create main.tf --- newnew/main.tf | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 newnew/main.tf diff --git a/newnew/main.tf b/newnew/main.tf new file mode 100644 index 0000000..61aef55 --- /dev/null +++ b/newnew/main.tf @@ -0,0 +1,2 @@ +resource "null_resource" "null" { +}