Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SivaanandM committed Nov 19, 2024
1 parent 7a237a5 commit 200ccdf
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ""
}
}

Expand Down

0 comments on commit 200ccdf

Please sign in to comment.