updating modules
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
output "storage_account_primary_connection_string" {
|
output "primary_connection_string" {
|
||||||
value = azurerm_storage_account.storage_account.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
|
value = azurerm_storage_account.storage_account.name
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user