Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
lcwik committed Feb 2, 2024
1 parent 2377128 commit 81e7616
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion indexer/rds.tf
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ resource "aws_db_parameter_group" "main" {
# invoked within functions).
# More details: https://www.postgresql.org/docs/12/pgstatstatements.html
parameter {
name = "pg_stat_statements.track"
name = "pg_stat_statements.track"
value = "all" # Default is top.
}

Expand Down

0 comments on commit 81e7616

Please sign in to comment.