diff --git a/modules/storage/outputs.tf b/modules/storage/outputs.tf index 77b1773..fc93505 100644 --- a/modules/storage/outputs.tf +++ b/modules/storage/outputs.tf @@ -1,7 +1,7 @@ -output "storage_account_primary_connection_string" { +output "primary_connection_string" { value = azurerm_storage_account.storage_account.primary_connection_string } -output "storage_account_name" { +output "name" { value = azurerm_storage_account.storage_account.name } \ No newline at end of file