Skip to content

Commit

Permalink
[B2BP-796] - AWS Upgrade Database Certificate (#371)
Browse files Browse the repository at this point in the history
* upgrade-certificate-db

* AWS Upgrade Database Certificate

* upgrade-db-istance
  • Loading branch information
maurodandrea authored Jul 22, 2024
1 parent 869538b commit 9be6e66
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/brave-rats-give.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"infrastructure": patch
---

[B2BP-796] - AWS Upgrade Database Certificate
2 changes: 2 additions & 0 deletions apps/infrastructure/src/rds_aurora.tf
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,6 @@ resource "aws_rds_cluster_instance" "cms_database_instance" {
engine_version = aws_rds_cluster.cms_database_cluster.engine_version
auto_minor_version_upgrade = true
db_subnet_group_name = aws_db_subnet_group.cms_db_subnet.name
ca_cert_identifier = "rds-ca-rsa2048-g1"
apply_immediately = true
}

0 comments on commit 9be6e66

Please sign in to comment.