terraform-ibm-modules/terraform-ibm-base-ocp-vpc

Use region and resource group when with ibm_container_cluster_versions

vbontempi opened this issue · 1 comments

Pass region and resource group to ibm_container_cluster_versions when loading available versions to:

  • reduce loading time through the resource group
  • reduce risks of misalignment along different regions when loading available versions: during IKS platform updates the different regions may temporary return different list of version. By specifying the region the request is routed to the specific region going to be used to create the cluster and the configurations are expected to be coherent during updates.

This was done already