Skip to content

Commit

Permalink
Update postgresql version to match real server's
Browse files Browse the repository at this point in the history
  • Loading branch information
MU-Software committed Jan 6, 2025
1 parent b1d6ce8 commit 895959a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ resource "aws_db_instance" "mudev-postgres" {
deletion_protection = true
delete_automated_backups = false
engine = "postgres"
engine_version = "16.2"
engine_version = "16.3"
iam_database_authentication_enabled = true
instance_class = "db.t3.micro"
iops = 0
Expand Down

0 comments on commit 895959a

Please sign in to comment.