terraform-aws-rds-proxy/wrappers/outputs.tf
2025-09-29 17:52:02 +00: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
}