Skip to content

v3.70.0

Choose a tag to compare

@terraform-ibm-modules-ops terraform-ibm-modules-ops released this 03 Nov 03:22
· 28 commits to main since this release
v3.70.0
51bd1af

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_reset resource 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.