Skip to content

Commit

Permalink
fix: database slow log parameter settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Kopp authored and BrianKopp committed May 9, 2024
1 parent 51b508d commit d97746b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/rds/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ locals {
}
slow_log_param = {
slow_query_log = {
value = contains(var.enabled_logs, "slowlog") ? 1 : 0
value = contains(var.enabled_logs, "slowquery") ? 1 : 0
}
}
parameters_object = merge(
Expand Down

0 comments on commit d97746b

Please sign in to comment.