1
0
Files
2026-02-13 15:44:24 +08:00

6 lines
156 B
Terraform

output "wrapper" {
description = "Map of outputs of a wrapper."
value = module.wrapper
# sensitive = false # No sensitive module output found
}