Skip to content

Commit

Permalink
Setting parameter group in prod to 15 (#1148)
Browse files Browse the repository at this point in the history
  • Loading branch information
ben851 authored Feb 12, 2024
1 parent a954040 commit ccb9a4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/rds/rds.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit ccb9a4c

Please sign in to comment.