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 c098325 commit 9c882ddCopy full SHA for 9c882dd
variables.tf
@@ -26,7 +26,7 @@ variable "postgresql_version" {
26
var.postgresql_version == "14",
27
var.postgresql_version == "13",
28
])
29
- error_message = "Version must be 12, 13, 14, 15 or 16. If no value passed, the current ICD preferred version is used."
+ error_message = "Version must be 13, 14, 15, 16 or 17. If no value passed, the current ICD preferred version is used."
30
}
31
32
0 commit comments