Unable to create ibm_container_vpc_cluster
resources using a non-default Resource Group
and Service ID API Key
#5614
Labels
service/Kubernetes Service
Issues related to Kubernetes Service Issues
service/Resource Management
Issues related to Resource Manager or Resource controller Issues
service/VPC Infrastructure
Issues related to the VPC Infrastructure
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
https://gist.github.com/lantins/584b988cf401de3be6ca60e502d648a2
Panic Output
Expected Behavior
The IKS cluster should be created without error.
Actual Behavior
IKS cluster fails to be created, this seems related to using a non-default
Resource Group
(i.e. settingresource_group_id
). The error received is in relation to it trying to create acontainers-kubernetes-key
IAM User API Key and fails because I've used aService ID API Key
.Steps to Reproduce
Service ID
and create aAPI Key
associated with it.IBMCLOUD_API_KEY
to use theService ID API Key
.terraform apply
Important Factoids
When creating a IKS cluster using the
ibmcloud
CLI using aService ID API Key
it is able to create the cluster without any issues. It does not result in acontainers-kubernetes-key
or similar being created/saved anywhere as far as I can tell.References
The text was updated successfully, but these errors were encountered: