You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error_message="Invalid operating system for the given OCP version. Ensure the OS is compatible with the OCP version. Supported compatible OCP version and OS are v4.14: (REDHAT_8_64); v4.15: (REDHAT_8_64, RHCOS) ; v4.16 and v4.17: (REDHAT_8_64, RHCOS, RHEL_9_64)"
118
+
error_message="Invalid operating system for the given OCP version. Ensure the OS is compatible with the OCP version. Supported compatible OCP version and OS are v4.14: (REDHAT_8_64); v4.15: (REDHAT_8_64, RHCOS) ; v4.16 and v4.17: (REDHAT_8_64, RHCOS, RHEL_9_64); v4.18: (RHCOS, RHEL_9_64)"
118
119
}
119
120
120
121
validation {
@@ -200,6 +201,7 @@ variable "ocp_version" {
200
201
var.ocp_version=="4.15",
201
202
var.ocp_version=="4.16",
202
203
var.ocp_version=="4.17",
204
+
var.ocp_version=="4.18",
203
205
])
204
206
error_message="The specified ocp_version is not of the valid versions."
0 commit comments