|
@@ -20,7 +20,7 @@ resource "aws_db_instance" "postgres" {
|
|
db_subnet_group_name = aws_db_subnet_group.customer_portal_rds_subnets.name
|
|
db_subnet_group_name = aws_db_subnet_group.customer_portal_rds_subnets.name
|
|
backup_window = "03:00-06:00"
|
|
backup_window = "03:00-06:00"
|
|
backup_retention_period = 7
|
|
backup_retention_period = 7
|
|
- ca_cert_identifier = "rds-ca-2017"
|
|
|
|
|
|
+ ca_cert_identifier = "rds-ca-rsa4096-g1"
|
|
deletion_protection = var.environment == "test" ? "false" : "true"
|
|
deletion_protection = var.environment == "test" ? "false" : "true"
|
|
delete_automated_backups = "true"
|
|
delete_automated_backups = "true"
|
|
engine = "postgres"
|
|
engine = "postgres"
|