SQL Server Flex BETA – User creation fails with 400 invalid user id during Terraform apply #69
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_user resource via Terraform, the apply fails with a 400 Bad Request error.
Steps to reproduce
Actual behavior
Please describe the current behavior of the STACKIT Terraform provider. Don't forget to add detailed information like error messages.
Terraform fails during resource creation with the following error:
Expected behavior
The user should be created successfully within the specified SQL Server Flex BETA instance.
If input validation fails, the API should provide a meaningful validation message indicating which field is invalid.
The provider should not trigger a 400 invalid user id error when creating a new user.