diff --git a/modules/storage/outputs.tf b/modules/storage/outputs.tf new file mode 100644 index 0000000..8b09310 --- /dev/null +++ b/modules/storage/outputs.tf @@ -0,0 +1,3 @@ +output "storage_account_primary_connection_string" { + value = azurerm_storage_account.storage_account.primary_connection_string +} \ No newline at end of file