Files
noahspan-terraform/modules/storage/outputs.tf
2025-08-23 09:49:07 -05:00

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
}