You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description = "The SAS query URL for the SAS token"
sensitive = true
value = data.azurerm_storage_account_blob_container_sas.this.sas
}
output "container_url" {
description = "The URL of the storage container"
value = "https://${azurerm_storage_account.this.name}.blob.core.windows.net/${azurerm_storage_container.this.name}"
}
output "sas_url_full" {
description = "The URL of the storage container"
sensitive = true
value = "https://${azurerm_storage_account.this.name}.blob.core.windows.net/${azurerm_storage_container.this.name}${data.azurerm_storage_account_blob_container_sas.this.sas}"