From b3f8eeec86ccc19ca125269c627a2ab3543d15f9 Mon Sep 17 00:00:00 2001 From: Ben Szabo <10125940+b3nk3@users.noreply.github.com> Date: Fri, 11 Apr 2025 17:16:59 +0100 Subject: [PATCH] docs(variables): update `debug_logging` description --- variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/variables.tf b/variables.tf index 41657a9..a8bd763 100644 --- a/variables.tf +++ b/variables.tf @@ -27,7 +27,7 @@ variable "auth" { } variable "debug_logging" { - description = "Whether the proxy includes detailed information about SQL statements in its logs" + description = "Whether the proxy includes detailed information about SQL statements in its logs. Only enable this setting for debugging and ensure proper security measures are in place to protect sensitive information in the logs. To minimize overhead, RDS Proxy automatically disables this setting 24 hours after activation. Use it temporarily to troubleshoot specific issues." type = bool default = false }