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 2b1f215 commit 8124326Copy full SHA for 8124326
variables.tf
@@ -25,10 +25,9 @@ variable "mysql_version" {
25
validation {
26
condition = anytrue([
27
var.mysql_version == null,
28
- var.mysql_version == "8.0",
29
- var.mysql_version == "5.7"
+ var.mysql_version == "8.0"
30
])
31
- error_message = "Version must be 8.0 or 5.7. If no value passed, the current ICD preferred version is used."
+ error_message = "Version must be 8.0. If no value passed, the current ICD preferred version is used."
32
}
33
34
0 commit comments