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

6 lines
156 B
Terraform
Raw Normal View History

2025-09-29 17:52:02 +00:00
output "wrapper" {
description = "Map of outputs of a wrapper."
value = module.wrapper
# sensitive = false # No sensitive module output found
}