7 lines
220 B
HCL
7 lines
220 B
HCL
output "storage_account_primary_connection_string" {
|
|
value = azurerm_storage_account.storage_account.primary_connection_string
|
|
}
|
|
|
|
output "storage_account_name" {
|
|
value = azurerm_storage_account.storage_account.name
|
|
} |