Skip to content

Commit

Permalink
fix: Upgrade default RDS certificate bundle for happy-env-ecs to rds-…
Browse files Browse the repository at this point in the history
…ca-ecc384-g1 (#3330)
  • Loading branch information
alexlokshin-czi committed May 31, 2024
1 parent 50783b3 commit 7055a33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/modules/happy-env-ecs/db.tf
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ module "db" {
instance_class = each.value.instance_class
instance_count = 1
vpc_id = var.cloud-env.vpc_id
ca_cert_identifier = "rds-ca-2019"
ca_cert_identifier = "rds-ca-ecc384-g1"
auto_minor_version_upgrade = false
db_deletion_protection = true
}

0 comments on commit 7055a33

Please sign in to comment.