terraform-aws-rds-proxy/wrappers/outputs.tf
2025-10-01 09:13:12 -05:00

5 lines
156 B
HCL

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