terraform/quickstart/101-storage-account-with-st.../outputs.tf

11 строки
261 B
HCL

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
}