Skip to content

Commit

Permalink
Upgrade RDS minor version. (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentwschau authored Feb 7, 2024
1 parent 1ab0070 commit ab28d27
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
@@ -1,6 +1,6 @@
locals {
db_engine = "postgres"
db_engine_version = "12.14"
db_engine_version = "12.17"
}

# Subnets to associate with the RDS instance.
Expand Down

0 comments on commit ab28d27

Please sign in to comment.