Skip to content

Commit

Permalink
feat: Upgrade to newer better RDS CA certificates
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpanzella committed Jul 17, 2024
1 parent e03de16 commit c616d53
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/database/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ module "aurora" {
apply_immediately = true
autoscaling_enabled = false
backup_retention_period = var.backup_retention_period
ca_cert_identifier = "rds-ca-ecc384-g1"
create_db_subnet_group = var.create_db_subnet_group
create_random_password = false
create_security_group = true
Expand Down

0 comments on commit c616d53

Please sign in to comment.