Skip to content

Commit

Permalink
upgrade to 15.5 postgres version
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdudfield committed Jan 31, 2024
1 parent 2a84cea commit 8da61f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/modules/storage/postgres/rds.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ resource "aws_db_instance" "postgres-db" {
allocated_storage = 25
max_allocated_storage = 200
engine = "postgres"
engine_version = "15.2"
engine_version = "15.5"
instance_class = var.rds_instance_class
db_name = "${var.db_name}${var.environment}"
identifier = "${var.db_name}-${var.environment}"
Expand Down

0 comments on commit 8da61f6

Please sign in to comment.