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