Skip to content

Commit 9d1f35d

Browse files
authored
feat: Bump postgresql to 17
1 parent 65e4d1c commit 9d1f35d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ variable "postgres_tier" {
1717
variable "postgres_version" {
1818
description = "The version for the Postgres instance"
1919
type = string
20-
default = "POSTGRES_16"
20+
default = "POSTGRES_17"
2121
}
2222

2323
variable "redis_tier" {

0 commit comments

Comments
 (0)