Skip to content

Commit b3f8eee

Browse files
authored
docs(variables): update debug_logging description
1 parent 99df7e3 commit b3f8eee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ variable "auth" {
2727
}
2828

2929
variable "debug_logging" {
30-
description = "Whether the proxy includes detailed information about SQL statements in its logs"
30+
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."
3131
type = bool
3232
default = false
3333
}

0 commit comments

Comments
 (0)