IBM-Cloud / terraform-provider-ibm

https://registry.terraform.io/providers/IBM-Cloud/ibm/latest/docs
Mozilla Public License 2.0
341 stars 670 forks source link

ListClassicWorkers => ListAllWorkers #5784

Closed bevicted closed 2 days ago

bevicted commented 1 week ago

Requires https://github.com/IBM-Cloud/bluemix-go/pull/451

Underlying api call was changed as the old one was faulty

Community Note

Output from acceptance testing:

❯ make testacc TEST=./ibm/service/kubernetes TESTARGS='-run "TestAccIBMContainerCluster_basic"'

=== RUN   TestAccIBMContainerCluster_basic
--- PASS: TestAccIBMContainerCluster_basic (4475.05s)
PASS
ok      github.com/IBM-Cloud/terraform-provider-ibm/ibm/service/kubernetes      4475.844s
bevicted commented 1 week ago

Re-ran acc test just to be sure

❯ make testacc TEST=./ibm/service/kubernetes TESTARGS='-run "TestAccIBMContainerCluster_basic"'
=== RUN   TestAccIBMContainerCluster_basic
--- PASS: TestAccIBMContainerCluster_basic (19745.39s)
PASS
ok      github.com/IBM-Cloud/terraform-provider-ibm/ibm/service/kubernetes      19746.220s