Skip to content

Commit

Permalink
Merge pull request #1006 from AlexsLemonade/davidsmejia/postgres-upda…
Browse files Browse the repository at this point in the history
…te-12-19

update postgres to 12.19
  • Loading branch information
davidsmejia authored Oct 18, 2024
2 parents 8c92703 + 91c342b commit 8f55951
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infrastructure/database.tf
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ resource "aws_db_instance" "postgres_db" {
allocated_storage = 100
storage_type = "gp2"
engine = "postgres"
engine_version = "12.11"
engine_version = "12.19"
auto_minor_version_upgrade = false
instance_class = var.database_instance_type
name = "resources_portal"
Expand Down

0 comments on commit 8f55951

Please sign in to comment.