Skip to content

Commit

Permalink
Merge pull request #565 from nationalarchives/TDRD-447-rds-api-upgrad…
Browse files Browse the repository at this point in the history
…e-v16-prod

Upgrade API DB to version 16 on prod
  • Loading branch information
TomJKing authored Jan 3, 2025
2 parents 6840b81 + 66a8154 commit 603f72e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion root.tf
Original file line number Diff line number Diff line change
Expand Up @@ -832,7 +832,7 @@ module "consignment_api_database" {
availability_zone = local.database_availability_zone
common_tags = local.common_tags
database_name = "consignmentapi"
database_version = local.environment == "prod" ? "14.12" : "16.3"
database_version = "16.3"
environment = local.environment
kms_key_id = module.encryption_key.kms_key_arn
private_subnets = module.shared_vpc.private_subnets
Expand Down

0 comments on commit 603f72e

Please sign in to comment.