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
If this issue appears to affect multiple resources, it may be an issue with Terraform's core, so please mention this.
Terraform Configuration Files
resource"ibm_container_cluster""cluster" {
name=var.cluster_namedatacenter=var.worker_zonehardware=var.hardwaremachine_type=free
}
### Expected Behavior
Cluster should get created Successfully.### Actual Behavior
Cluster getting created from Portal side but terraform throws error The specified cluster is a free cluster. for alb's which is not handled in resource.### Steps to Reproduce
Please list the steps required to reproduce the issue, for example:1. `terraform apply`
### Important Factoids
Are there anything atypical about your accounts that we should know? For example: Running in EC2 Classic? Custom version of OpenStack? Tight ACLs?### References
Are there any other GitHub issues (open or closed) or Pull Requests that should be linked here? For example:- GH-1234
The text was updated successfully, but these errors were encountered:
Terraform Version
0.12
Affected Resource(s)
Please list the resources as a list, for example:
If this issue appears to affect multiple resources, it may be an issue with Terraform's core, so please mention this.
Terraform Configuration Files
The text was updated successfully, but these errors were encountered: