From 44942782f281ae241dcd5e907c03a2c4a35c1201 Mon Sep 17 00:00:00 2001 From: Noah Spannbauer Date: Sat, 23 Aug 2025 09:49:07 -0500 Subject: [PATCH] updating modules --- modules/storage/outputs.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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