creating storage module

This commit is contained in:
2025-02-24 08:15:46 -06:00
parent 8217cfb99b
commit e0571137d2

View File

@@ -0,0 +1,3 @@
output "storage_account_primary_connection_string" {
value = azurerm_storage_account.storage_account.primary_connection_string
}