@ -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
|
||||
}
|
Reference in New Issue
Block a user