Skip to content

Commit

Permalink
Manage the RDS CA in Terraform (#50)
Browse files Browse the repository at this point in the history
We're getting emails about this value needing to be bumped. The purpose of this patch is to allow us to easily revert in case something goes wrong. Therefore, this value matches what's already in production.
  • Loading branch information
strugee authored Mar 18, 2024
1 parent ba3c7e4 commit baa26c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions osem_rds/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,5 @@ resource "aws_db_instance" "osem" {
storage_encrypted = true
vpc_security_group_ids = [aws_security_group.osem_rds_security_group.id]
backup_retention_period = 7
ca_cert_identifier = "rds-ca-2019"
}

0 comments on commit baa26c3

Please sign in to comment.