Skip to content

Commit

Permalink
chore: Update Postgres default version
Browse files Browse the repository at this point in the history
12.7 is now the minimum supported minor version on AWS

GTC-1921
  • Loading branch information
gtempus committed Jul 15, 2022
1 parent 0f24822 commit e9a74d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform/modules/postgresql/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ variable "rds_password_ro" {
}
variable "rds_version" {
type = string
description = "RDS Aurora database engine version. eg. 12.4"
default = "12.4"
description = "RDS Aurora database engine version. eg. 12.7"
default = "12.7"
}

variable "rds_backup_retention_period" {
Expand Down

0 comments on commit e9a74d3

Please sign in to comment.