SQL Server Flex BETA instance creation fails with non-GenericOpenApiError during provisioning #66
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
When creating a stackitprivatepreview_sqlserverflexbeta_instance, the Terraform run fails during the provisioning phase.
The instance remains in creating state for some time and then aborts with a non-GenericOpenApiError. The error message does not provide any actionable details besides the instance ID and a trace ID.
The failure happens during initial creation. No manual changes were performed in parallel.
Steps to reproduce
Actual behavior
Terraform fails with the following error:
Expected behavior
The SQL Server Flex BETA instance should be created successfully and reach a stable RUNNING or AVAILABLE state.
If provisioning fails internally, Terraform should return a more detailed and actionable error message from the API.
creation of instance worked perfectly in the background.
second run went successfully. Then its interesting to manage when the error occurs and to prevent it / catch it.