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
With the latest release 1.9 the ibm_container_vpc_worker_pool resource will require replacement if the resource group id is not set. The reason for this is the reading and setting of the resource_group_id on the worker pool.
With the latest release
1.9
theibm_container_vpc_worker_pool
resource will require replacement if the resource group id is not set. The reason for this is the reading and setting of the resource_group_id on the worker pool.https://github.com/IBM-Cloud/terraform-provider-ibm/blob/master/ibm/resource_ibm_container_vpc_worker_pool.go#L317-L330
Currently the resource_group_id is optional. Not sure what the best approach to fixing this. Maybe the resource_group_id should be required?
https://github.com/IBM-Cloud/terraform-provider-ibm/blob/master/ibm/resource_ibm_container_vpc_worker_pool.go#L89
The text was updated successfully, but these errors were encountered: