From 1ca4ddea193c5eba165f2fba3922fb89d5541def Mon Sep 17 00:00:00 2001 From: Glen Bell Date: Mon, 14 Jul 2025 16:18:18 +0000 Subject: [PATCH] Add test resource --- workspace_pr/test.tf | 1 + 1 file changed, 1 insertion(+) create mode 100644 workspace_pr/test.tf diff --git a/workspace_pr/test.tf b/workspace_pr/test.tf new file mode 100644 index 000000000..6e5bfcacc --- /dev/null +++ b/workspace_pr/test.tf @@ -0,0 +1 @@ +resource "null_resource" "test" {} \ No newline at end of file