Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
frasdav committed May 31, 2024
1 parent c206568 commit c5b6754
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions modules/storage-account/src/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ output "primary_access_key" {
value = azurerm_storage_account.main.primary_access_key
}

output "primary_web_internet_endpoint" {
value = azurerm_storage_account.main.primary_web_internet_endpoint
}

output "secondary_access_key" {
value = azurerm_storage_account.main.secondary_access_key
}

0 comments on commit c5b6754

Please sign in to comment.