We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65e4d1c commit 9d1f35dCopy full SHA for 9d1f35d
variables.tf
@@ -17,7 +17,7 @@ variable "postgres_tier" {
17
variable "postgres_version" {
18
description = "The version for the Postgres instance"
19
type = string
20
- default = "POSTGRES_16"
+ default = "POSTGRES_17"
21
}
22
23
variable "redis_tier" {
0 commit comments