Skip to content

Commit 4bc8fde

Browse files
committed
Upgrade DB engine version to 14.15
* Minor DB version upgrades happen automatically during the weekly DB maintenance window. On 5 May, a new minor version upgrade from 14.9 to 14.15 has become available and will be applied during the next maintenance window. * On preview, this has already been done. It will happen without any downtime * This PR only updates the terraform config to match the current DB state
1 parent a9ca219 commit 4bc8fde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/app/rds.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ resource "aws_rds_cluster" "aurora_cluster" {
3737
cluster_identifier = var.resource_name.db_cluster
3838
engine = "aurora-postgresql"
3939
engine_mode = "provisioned"
40-
engine_version = "14.9"
40+
engine_version = "14.15"
4141
database_name = "manage_vaccinations"
4242
master_username = "postgres"
4343
manage_master_user_password = var.db_secret_arn == null

0 commit comments

Comments
 (0)