Skip to content

Commit

Permalink
update postgres to 12.19
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsmejia committed Oct 18, 2024
1 parent d2e59c0 commit 91c342b
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 91c342b

Please sign in to comment.