tool · inferred from evidence
Terraform
An infrastructure as code tool used for provisioning resources.
- 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.
- Bunny Terraform provider: pullzone creation fails with invalid Magic Containers App ID
How to fix: Bunny Terraform provider: pullzone creation fails with invalid Magic Containers App ID. The verified fix from the maintainer thread, distilled into reusable steps.
- Creating an Airbyte connection via Terraform times out with HttpTimeoutException
What this covers: Creating an Airbyte connection through the Terraform provider consistently failed with an `HttpTimeoutException` after 120 seconds. The fix that worked: The Terraform provider's API call was timing out because the server's