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
Goal: Create a VPC Cluster with no default worker pool. I want to make my own worker pools.
Both the IBM Cloud CLI and UI allow me to delete the default worker pool and make my own worker pools. I tried to automate this task in terraform using the IBM Cloud terraform provider.
Attached you will find an archive of my code that performs the following actions:
Create a vpc cluster (a default worker pool will automatically be created as well)
Create an additional worker pool
Delete the default worker pool (in a null resource local-exec provisioner)
I am able to plan and apply. However, when I try to terraform destroy, terraform crashes (see destroy.log in archive).
Archive.zip
Goal: Create a VPC Cluster with no default worker pool. I want to make my own worker pools.
Both the IBM Cloud CLI and UI allow me to delete the default worker pool and make my own worker pools. I tried to automate this task in terraform using the IBM Cloud terraform provider.
Attached you will find an archive of my code that performs the following actions:
I am able to plan and apply. However, when I try to
terraform destroy
, terraform crashes (seedestroy.log
in archive).The crash references the below function.
terraform-provider-ibm/ibm/resource_ibm_container_vpc_cluster.go
Line 605 in f9566a2
Please note that I am using terraform v0.12.28 and the IBM Cloud terraform provider v1.8.1.
The text was updated successfully, but these errors were encountered: