diff --git a/aws/rds/rds.tf b/aws/rds/rds.tf index f24158ca6..531d8e3a1 100644 --- a/aws/rds/rds.tf +++ b/aws/rds/rds.tf @@ -35,7 +35,7 @@ resource "aws_rds_cluster_instance" "notification-canada-ca-instances" { resource "aws_rds_cluster_parameter_group" "default" { name = "rds-cluster-pg" - family = var.env == "production" ? "aurora-postgresql11" : "aurora-postgresql15" + family = "aurora-postgresql15" description = "RDS customized cluster parameter group" parameter {