diff --git a/terraform/modules/postgresql/variables.tf b/terraform/modules/postgresql/variables.tf index 97836b6..8f186a9 100644 --- a/terraform/modules/postgresql/variables.tf +++ b/terraform/modules/postgresql/variables.tf @@ -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" {