From 59abe79a0eeb7eec946eef19cb35ec8c82bdb8b8 Mon Sep 17 00:00:00 2001 From: Glen Bell Date: Wed, 8 Oct 2025 02:49:36 +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