From 1e57684029a1052c58967fdba08be69f1d284047 Mon Sep 17 00:00:00 2001 From: vanillaSprinkles Date: Wed, 16 Oct 2024 21:17:38 +0000 Subject: [PATCH] fix(tests): add missing example.tfrc to test api-authentication folder (#1596) Signed-off-by: vanillaSprinkles --- example/test-api-creds-auth/example.tfrc | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 example/test-api-creds-auth/example.tfrc diff --git a/example/test-api-creds-auth/example.tfrc b/example/test-api-creds-auth/example.tfrc new file mode 100644 index 00000000..294cceb9 --- /dev/null +++ b/example/test-api-creds-auth/example.tfrc @@ -0,0 +1,6 @@ +provider_installation { + dev_overrides { + "bpg/proxmox" = "../../build" + } + direct {} +}