Skip to content

Commit

Permalink
postgres ver change
Browse files Browse the repository at this point in the history
  • Loading branch information
roiklorin committed Jan 9, 2025
1 parent 04b61d9 commit c1edbfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/aws/rds-postgres-db/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ resource "aws_db_instance" "rds_db" {
allocated_storage = 10
db_name = local.db_name
engine = "postgres"
engine_version = "15.4"
engine_version = "15.10"
instance_class = "db.m5.large"
username = local.db_username
password = local.db_password
Expand Down

0 comments on commit c1edbfd

Please sign in to comment.