terraform-aws-rds-proxy/wrappers/outputs.tf

6 lines
156 B
Terraform
Raw Normal View History

2025-10-01 14:13:12 +00:00
output "wrapper" {
description = "Map of outputs of a wrapper."
value = module.wrapper
# sensitive = false # No sensitive module output found
}