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
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
If you are interested in working on this issue or have submitted a pull request, please leave a comment
Terraform CLI and Terraform IBM Provider Version
Terraform v1.6.6
on linux_amd64
+ provider registry.terraform.io/hashicorp/helm v2.15.0+ provider registry.terraform.io/hashicorp/kubernetes v2.32.0+ provider registry.terraform.io/ibm-cloud/ibm v1.69.0
Your version of Terraform is out of date! The latest version
is 1.9.5. You can update by downloading from https://www.terraform.io/downloads.html
Affected Resource(s)
ibm_container_cluster (data source)
Terraform Configuration Files
Please include all Terraform configurations required to reproduce the bug. Bug reports without a functional reproduction may be closed without investigation.
Community Note
Terraform CLI and Terraform IBM Provider Version
Affected Resource(s)
Terraform Configuration Files
Please include all Terraform configurations required to reproduce the bug. Bug reports without a functional reproduction may be closed without investigation.
Debug Output
Panic Output
Expected Behavior
wait_till
should be taken into consideration before any action against the cluster.Actual Behavior
When the cluster is being created, the provider tries to collect the list of bounded services and fails because the cluster is not ready.
The problem is that it gets List of Bounded Services here https://github.com/IBM-Cloud/terraform-provider-ibm/blob/master/ibm/service/kubernetes/data_source_ibm_container_cluster.go#L438
and the wait is done later here https://github.com/IBM-Cloud/terraform-provider-ibm/blob/master/ibm/service/kubernetes/data_source_ibm_container_cluster.go#L468
Steps to Reproduce
true
by default) is interacts with the cluster when it's not readyImportant Factoids
References
The text was updated successfully, but these errors were encountered: