From 4f37898f660723e91904e5e465b88821336cc509 Mon Sep 17 00:00:00 2001 From: Glen Bell Date: Mon, 6 Oct 2025 09:57:43 +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