updating modules
This commit is contained in:
3
modules/container_app_environment_storage/outputs.tf
Normal file
3
modules/container_app_environment_storage/outputs.tf
Normal file
@@ -0,0 +1,3 @@
|
||||
output "name" {
|
||||
value = azurerm_container_app_environment_storage.container_app_environment_storage.name
|
||||
}
|
||||
@@ -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