platform · inferred from evidence
IBM Cloud
A cloud computing platform provided by IBM.
- IBM Cloud: importing a Gen2 ibm_database fails with false "not found in the region" error
The "not found in the region" error is misleading , it is a Gen1/Gen2 backend dispatch bug, not a region problem. The maintainer linked a fix PR (IBM-Cloud/terraform-provider-ibm#7000) and the issue is closed.
- IBM Cloud Terraform: data ibm_container_vpc_cluster name returns the ID
The data source .name attribute returns the cluster ID, not the name. Use the officially supported cluster_name attribute (or resource_name on older provider versions) instead of parsing the ingress hostname.