Skip to content

Commit

Permalink
Fix lint.
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentwschau committed Mar 4, 2024
1 parent 7aca296 commit f8655c4
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 @@ -174,7 +174,7 @@ resource "aws_db_parameter_group" "main" {
# instances due to the primary cleaning up records.
# More details: https://postgresqlco.nf/doc/en/param/hot_standby_feedback/
parameter {
name = "hot_standby_feedback"
name = "hot_standby_feedback"
value = "1" # Default is false (disabled).
}

Expand Down

0 comments on commit f8655c4

Please sign in to comment.