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 = "" } }