example/03-complex-enterprise/account-baseline/modules/network/output.tf (5 lines of code) (raw):

output "vswitches_app" { value = { for o in keys(module.vpc_vswitch) : o => module.vpc_vswitch[o].vswitch_app } }