Skip to content

Commit b3a40f6

Browse files
committed
Updated default engine version to 17.
1 parent ccd3ffd commit b3a40f6

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# 0.14.2 (Jul 10, 2025)
2+
* Updated default engine version to 17.
3+
14
# 0.14.1 (Jun 23, 2025)
25
* Fixed metrics ordering to fix metrics retrieval error.
36

variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
variable "postgres_version" {
22
type = string
3-
default = "13"
3+
default = "17"
44
description = "Postgres Engine Version"
55
}
66

0 commit comments

Comments
 (0)