From e367b48a5bf0efa609ff70664c5fb56984e0c451 Mon Sep 17 00:00:00 2001 From: Justin Barksdale Date: Tue, 20 Jun 2023 09:21:30 -0400 Subject: [PATCH] updated provider config --- examples/main.tf | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/main.tf b/examples/main.tf index 485005b..0b9a5c5 100644 --- a/examples/main.tf +++ b/examples/main.tf @@ -14,5 +14,4 @@ provider "spectrocloud" { host = var.sc_host api_key = var.sc_api_key project_name = var.sc_project_name - trace = true } \ No newline at end of file