From dfa8aea4b5cfa1073b6ca1a8b74bf3006701f474 Mon Sep 17 00:00:00 2001 From: Glen Bell Date: Mon, 6 Oct 2025 17:25:24 +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