User Story 177223 (#269)

* Added output of endpoint; Renamed readme
This commit is contained in:
Tom Archer
2023-11-16 18:22:05 -08:00
committed by GitHub
parent ca8ddca40e
commit aad151de90
4 changed files with 29 additions and 4 deletions

View File

@ -0,0 +1,11 @@
output "resource_group_name" {
value = azurerm_resource_group.rg.name
}
output "storage_account_name" {
value = azurerm_storage_account.storage_account.name
}
output "primary_web_host" {
value = azurerm_storage_account.storage_account.primary_web_host
}