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