Skip to content

Commit

Permalink
fix: postgres version (#463)
Browse files Browse the repository at this point in the history
  • Loading branch information
chris13524 authored Mar 31, 2024
1 parent 93760a4 commit c5441a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/postgres/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ module "db_cluster" {
name = module.this.id
database_name = var.db_name
engine = "aurora-postgresql"
engine_version = "15.3"
engine_version = "15.4"
engine_mode = "provisioned"
ca_cert_identifier = "rds-ca-ecc384-g1"
instance_class = "db.serverless"
Expand Down

0 comments on commit c5441a5

Please sign in to comment.