Skip to content

Commit

Permalink
Merge pull request #155 from communitiesuk/UpgradePostgresMinorVersion
Browse files Browse the repository at this point in the history
CLDC-3811: Set postgres version to 13.18
  • Loading branch information
RachaelBooth authored Dec 17, 2024
2 parents dc58749 + b98e75a commit 6dd66a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/modules/rds/database.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ resource "aws_db_instance" "this" {
delete_automated_backups = false
deletion_protection = var.enable_primary_deletion_protection # needs to be set to false and applied if you need to delete the DB
engine = "postgres"
engine_version = "13.13"
engine_version = "13.18"
final_snapshot_identifier = var.prefix
instance_class = var.instance_class
maintenance_window = var.maintenance_window
Expand Down
2 changes: 2 additions & 0 deletions terraform/production/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6dd66a2

Please sign in to comment.