You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description = "Outputs all attributes of resource_type."
value = {
for management_lock in keys(azurerm_management_lock.management_lock) :
management_lock => {
for key, value in azurerm_management_lock.management_lock[management_lock] :
key => value
}
}
}
output "variables" {
description = "Displays all configurable variables passed by the module. __default__ = predefined values per module. __merged__ = result of merging the default values and custom values passed to the module"