Please list the resources as a list, for example:
-ibm_container_cluster
-ibm_container_vpc_cluster
Current output
ibm_container_cluster.RHOS: Still creating... [1h54m20s elapsed]
ibm_container_cluster.RHOS: Still creating... [1h54m30s elapsed]
Steps to Reproduce
terraform apply
The intention for this request is to minimize the network error while calling ibmcloud api.
So we would like to make it every 30seconds or so.
Certain times we are seeing ibmcloud clusters are taking more than 2hrs to become ready.
Hence we have added wait_time_minutes: 300 as well
Hi Team ,
We have a terraform script to deploy classic/VPC ROKS clusters . By default terraform is checking every 10 seconds for cluster creation status. We need a terraform parameter to customize this. Right now i guess its hardcoded https://github.com/IBM-Cloud/terraform-provider-ibm/blob/1b5197455f49489c6e4913712b1e30b032ff8605/ibm/resource_ibm_container_vpc_cluster.go/#L1108
Affected Resource(s)
Please list the resources as a list, for example: -ibm_container_cluster -ibm_container_vpc_cluster
Current output
Steps to Reproduce
terraform apply
The intention for this request is to minimize the network error while calling ibmcloud api. So we would like to make it every 30seconds or so. Certain times we are seeing ibmcloud clusters are taking more than 2hrs to become ready. Hence we have added wait_time_minutes: 300 as well