Skip to content

Commit

Permalink
Merge pull request #12 from clouddrove/hurodata-43-n
Browse files Browse the repository at this point in the history
output of primary blob endpoint is been added
  • Loading branch information
nileshgadgi authored Mar 27, 2023
2 parents 7a10b73 + 9246ed0 commit 54ea1c8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ output "default_storage_account_primary_web_endpoint" {
description = "The endpoint URL for web storage in the primary location."
}

output "default_storage_account_primary_blob_endpoint" {
value = join("", azurerm_storage_account.default_storage.*.primary_blob_endpoint)
description = "The endpoint URL for blob storage in the primary location."
}

output "default_storage_account_primary_web_host" {
value = join("", azurerm_storage_account.default_storage.*.primary_web_host)
description = "The hostname with port if applicable for web storage in the primary location."
Expand Down

0 comments on commit 54ea1c8

Please sign in to comment.