Releases: terraform-ibm-modules/terraform-ibm-base-ocp-vpc
Releases · terraform-ibm-modules/terraform-ibm-base-ocp-vpc
v3.73.1
v3.73.0
3.73.0 (2025-11-14)
Features
- added a new widget for the
default_worker_pool_machine_typevariable to enhance the user experience
- The widget dynamically fetches available worker node flavors based on the selected region, ensuring users only see machine types that are actually available in their chosen deployment location. (#863) (43bcb86)
v3.72.0
3.72.0 (2025-11-13)
Features
v3.71.4
v3.71.3
v3.71.2
v3.71.1
v3.71.0
v3.70.0
3.70.0 (2025-11-03)
Features
- The module will no longer explicitly create a containers apikey before creating the cluster to avoid duplicate apikeys being created in the account which can cause the apikey limit to be met. Instead the containers apikey creation will occur by the cluster creation process. This process checks if an existing apikey exists in the given region and resource group and will not create a duplicate if it does. (51bd1af)
IMPORTANT:
- During updates, you may observe the destruction of a
ibm_container_api_key_resetresource block. This is expected and has no impact on existing resources. - There is a rare race condition which can case the 404 error "The specified API key could not be found". Learn more about how to workaround this.