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

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
}