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 c131db2 commit 9fb3549Copy full SHA for 9fb3549
ibm_catalog.json
@@ -198,8 +198,8 @@
198
},
199
{
200
"key": "ocp_version",
201
- "display_name": "openshift_version",
202
"required": true,
+ "default_value": "4.18",
203
"options": [
204
205
"displayname": "4.18",
@@ -1150,7 +1150,7 @@
1150
1151
1152
1153
- "default_value": "4.17",
1154
1155
1156
solutions/fully-configurable/variables.tf
@@ -70,7 +70,7 @@ variable "cluster_name" {
70
variable "ocp_version" {
71
type = string
72
description = "Version of the OpenShift cluster to provision."
73
- default = "4.17"
+ default = null
74
}
75
76
variable "ocp_entitlement" {
0 commit comments