From ccb9a4c76e303401922f5c2bea82a78a8b54da36 Mon Sep 17 00:00:00 2001 From: Ben Larabie Date: Sun, 11 Feb 2024 21:47:13 -0500 Subject: [PATCH] Setting parameter group in prod to 15 (#1148) --- aws/rds/rds.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {