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
@@ -319,7 +319,7 @@ Optionally, you need the following permissions to attach Access Management tags
319
319
| <a name="input_disable_public_endpoint"></a> [disable\_public\_endpoint](#input\_disable\_public\_endpoint) | Whether access to the public service endpoint is disabled when the cluster is created. Does not affect existing clusters. You can't disable a public endpoint on an existing cluster, so you can't convert a public cluster to a private cluster. To change a public endpoint to private, create another cluster with this input set to `true`. | `bool` | `false` | no |
320
320
| <a name="input_enable_ocp_console"></a> [enable\_ocp\_console](#input\_enable\_ocp\_console) | Flag to specify whether to enable or disable the OpenShift console. | `bool` | `true` | no |
321
321
| <a name="input_enable_registry_storage"></a> [enable\_registry\_storage](#input\_enable\_registry\_storage) | Set to `true` to enable IBM Cloud Object Storage for the Red Hat OpenShift internal image registry. Set to `false` only for new cluster deployments in an account that is allowlisted for this feature. | `bool` | `true` | no |
322
-
| <a name="input_existing_cos_id"></a> [existing\_cos\_id](#input\_existing\_cos\_id) | The COS id of an already existing COS instance to use for OpenShift internal registry storage. Only required if 'enable\_registry\_storage' and 'use\_existing\_cos' are true | `string` | `null` | no |
322
+
| <a name="input_existing_cos_id"></a> [existing\_cos\_id](#input\_existing\_cos\_id) | The COS id of an already existing COS instance to use for OpenShift internal registry storage. Only required if 'enable\_registry\_storage' and 'use\_existing\_cos' are true. | `string` | `null` | no |
323
323
| <a name="input_force_delete_storage"></a> [force\_delete\_storage](#input\_force\_delete\_storage) | Flag indicating whether or not to delete attached storage when destroying the cluster - Default: false | `bool` | `false` | no |
324
324
| <a name="input_ignore_worker_pool_size_changes"></a> [ignore\_worker\_pool\_size\_changes](#input\_ignore\_worker\_pool\_size\_changes) | Enable if using worker autoscaling. Stops Terraform managing worker count | `bool` | `false` | no |
325
325
| <a name="input_import_default_worker_pool_on_create"></a> [import\_default\_worker\_pool\_on\_create](#input\_import\_default\_worker\_pool\_on\_create) | (Advanced users) Whether to handle the default worker pool as a stand-alone ibm\_container\_vpc\_worker\_pool resource on cluster creation. Only set to false if you understand the implications of managing the default worker pool as part of the cluster resource. Set to true to import the default worker pool as a separate resource. Set to false to manage the default worker pool as part of the cluster resource. | `bool` | `true` | no |
Copy file name to clipboardexpand all lines: examples/add_rules_to_sg/version.tf
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
terraform {
2
-
required_version=">= 1.3.0"
2
+
required_version=">= 1.9.0"
3
3
4
4
# Ensure that there is always 1 example locked into the lowest provider version of the range defined in the main
5
5
# module's version.tf (basic and add_rules_to_sg), and 1 example that will always use the latest provider version (advanced, fscloud and multiple mzr).
Copy file name to clipboardexpand all lines: examples/advanced/version.tf
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
terraform {
2
-
required_version=">= 1.3.0"
2
+
required_version=">= 1.9.0"
3
3
4
4
# Ensure that there is always 1 example locked into the lowest provider version of the range defined in the main
5
5
# module's version.tf (basic and add_rules_to_sg), and 1 example that will always use the latest provider version (advanced, fscloud and multiple mzr).
Copy file name to clipboardexpand all lines: examples/basic/version.tf
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
terraform {
2
-
required_version=">=1.3.0"
2
+
required_version=">=1.9.0"
3
3
4
4
# Ensure that there is always 1 example locked into the lowest provider version of the range defined in the main
5
5
# module's version.tf (basic and add_rules_to_sg), and 1 example that will always use the latest provider version (advanced, fscloud and multiple mzr).
Copy file name to clipboardexpand all lines: examples/cross_kms_support/version.tf
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
terraform {
2
-
required_version=">= 1.3.0"
2
+
required_version=">= 1.9.0"
3
3
4
4
# Ensure that there is always 1 example locked into the lowest provider version of the range defined in the main
5
5
# module's version.tf (basic and add_rules_to_sg), and 1 example that will always use the latest provider version (advanced, fscloud and multiple mzr).
Copy file name to clipboardexpand all lines: examples/custom_sg/version.tf
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
terraform {
2
-
required_version=">= 1.3.0"
2
+
required_version=">= 1.9.0"
3
3
4
4
# Ensure that there is always 1 example locked into the lowest provider version of the range defined in the main
5
5
# module's version.tf (basic and add_rules_to_sg), and 1 example that will always use the latest provider version (advanced, fscloud and multiple mzr).
Copy file name to clipboardexpand all lines: examples/fscloud/version.tf
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
terraform {
2
-
required_version=">= 1.3.0"
2
+
required_version=">= 1.9.0"
3
3
4
4
# Ensure that there is always 1 example locked into the lowest provider version of the range defined in the main
5
5
# module's version.tf (basic and add_rules_to_sg), and 1 example that will always use the latest provider version (advanced, fscloud and multiple mzr).
Copy file name to clipboardexpand all lines: examples/multiple_mzr_clusters/version.tf
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
terraform {
2
-
required_version=">= 1.3.0"
2
+
required_version=">= 1.9.0"
3
3
4
4
# Ensure that there is always 1 example locked into the lowest provider version of the range defined in the main
5
5
# module's version.tf (basic and add_rules_to_sg), and 1 example that will always use the latest provider version (advanced, fscloud and multiple mzr).
description="The COS id of an already existing COS instance to use for OpenShift internal registry storage. Only required if 'enable_registry_storage' and 'use_existing_cos' are true"
248
+
description="The COS id of an already existing COS instance to use for OpenShift internal registry storage. Only required if 'enable_registry_storage' and 'use_existing_cos' are true."
0 commit comments