From 4996e865252e59e6413f19d451f19e6dd68fe406 Mon Sep 17 00:00:00 2001 From: Glen Bell Date: Mon, 6 Oct 2025 10:10:54 +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