Postgres Flex Alpha Instance Creation Fails with 503 Service Unavailable While Portal Shows READY #64
Labels
No labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: stackit-dev-tools/terraform-provider-stackitprivatepreview#64
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
Creating a PostgreSQL Flex Alpha instance via the Terraform provider intermittently fails with a 503 Service Unavailable error during the wait phase.
The Terraform apply process aborts with a 503 error, although the instance appears as READY in the STACKIT portal.
This suggests that the provider does not properly handle transient API failures or upstream connection resets during the polling/wait operation.
Steps to reproduce
Actual behavior
Expected behavior
The provider should:
If the instance ultimately reaches READY, Terraform should complete successfully.
resolved with #64