We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccd3ffd commit b3a40f6Copy full SHA for b3a40f6
2 files changed
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+# 0.14.2 (Jul 10, 2025)
2
+* Updated default engine version to 17.
3
+
4
# 0.14.1 (Jun 23, 2025)
5
* Fixed metrics ordering to fix metrics retrieval error.
6
variables.tf
@@ -1,6 +1,6 @@
variable "postgres_version" {
type = string
- default = "13"
+ default = "17"
description = "Postgres Engine Version"
}
0 commit comments