Skip to content

Commit

Permalink
Bump RDS CA version (#51)
Browse files Browse the repository at this point in the history
Followup to #50; should fix AWS nag emails about this.
  • Loading branch information
strugee authored Mar 18, 2024
1 parent baa26c3 commit 8831a80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osem_rds/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +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"
ca_cert_identifier = "rds-ca-rsa2048-g1"
}

0 comments on commit 8831a80

Please sign in to comment.