mirror of
https://github.com/terraform-aws-modules/terraform-aws-rds-proxy.git
synced 2025-12-16 16:01:11 +00:00
5 lines
156 B
HCL
5 lines
156 B
HCL
output "wrapper" {
|
|
description = "Map of outputs of a wrapper."
|
|
value = module.wrapper
|
|
# sensitive = false # No sensitive module output found
|
|
}
|