Skip to content

Commit

Permalink
fix rds engineversion (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
jennyhliu authored Jun 6, 2023
1 parent cc38127 commit 2fa4a29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rds-cluster-tf/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ variable "tags" {
variable "engine_version" {
description = "Postgres engine version for Serverless cluster"
type = string
default = "10.12"
default = "11.13"
}

### Required for user/database provisioning
Expand Down

0 comments on commit 2fa4a29

Please sign in to comment.