From 200ccdf13c4087847214ef1e5b57052c81a5fc6b Mon Sep 17 00:00:00 2001 From: Sivaanand Murugesan Date: Tue, 19 Nov 2024 15:09:52 +0530 Subject: [PATCH] fix --- .../spectrocloud_backup_storage_location/resource.tf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/resources/spectrocloud_backup_storage_location/resource.tf b/examples/resources/spectrocloud_backup_storage_location/resource.tf index 8bae2c41..06944c7f 100644 --- a/examples/resources/spectrocloud_backup_storage_location/resource.tf +++ b/examples/resources/spectrocloud_backup_storage_location/resource.tf @@ -56,10 +56,10 @@ resource "spectrocloud_backup_storage_location" "bsl_azure" { storage_name = "test-storage" stock_keeping_unit = "Standard_LRS" resource_group = "test-resource-group" - azure_tenant_id = "test-azure-tenant-id" - azure_client_id = "test-azure-client-id" - subscription_id = "test-azure-subscription-id" - azure_client_secret = "" +# azure_tenant_id = "test-azure-tenant-id" +# azure_client_id = "test-azure-client-id" +# subscription_id = "test-azure-subscription-id" +# azure_client_secret = "" } }