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
feat: replace the time_sleep.wait_for_subscription resource with terraform_data.check_hyperconverged_status which will now run a scirpt to check readiness.<br>- updated the OCP DA dependency to v3.80.3<br>- updated the default value of "default_worker_pool_machine_type" to bx2d.metal.96x384 (#103)
|[ibm_container_cluster_config.cluster_config](https://registry.terraform.io/providers/ibm-cloud/ibm/latest/docs/data-sources/container_cluster_config)| data source |
140
139
|[ibm_container_vpc_cluster.cluster](https://registry.terraform.io/providers/ibm-cloud/ibm/latest/docs/data-sources/container_vpc_cluster)| data source |
Copy file name to clipboardExpand all lines: ibm_catalog.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -669,7 +669,7 @@
669
669
"key": "default_worker_pool_machine_type",
670
670
"required": true,
671
671
"type": "string",
672
-
"default_value": "cx2d.metal.96x192",
672
+
"default_value": "bx2d.metal.96x384",
673
673
"description": "Specifies the machine type for the default worker pool. This determines the CPU, memory, and disk resources available to each worker node. For OpenShift Virtualization installation, machines should be VPC bare metal servers. Refer [IBM Cloud documentation for available machine types](https://cloud.ibm.com/docs/vpc?topic=vpc-bare-metal-servers-profile&interface=ui#bare-metal-profile-availability-by-region).",
0 commit comments