-
Notifications
You must be signed in to change notification settings - Fork 133
Closed
Copy link
Labels
bugpriority:highNew featuresNew featurestemTransactional Email issues, bugs and feature requestsTransactional Email issues, bugs and feature requests
Description
Title
Update Documentation for TEM Domain Resource to Specify Region Limitation
Description
The current Terraform documentation for the tem_domain resource does not explicitly specify that only the fr-par region is supported. This leads to user confusion, as:
- The API and Terraform provider accept a
regionargument. - The UI does not allow selecting a region.
- Attempting to create a
tem_domainresource in a region other thanfr-par(e.g.,nl-ams) results in a 501 "Not Implemented" error.
Steps to Reproduce
- Use the Terraform provider to define a
tem_domainresource with theregionset to anything other thanfr-par. - Run
terraform apply. - Observe the process waiting for resource creation and eventually failing with a 501 error.
Proposed Solution
- Update the Terraform documentation to explicitly state that the
regionargument must be set tofr-parfor thetem_domainresource. - Add a warning or note in the documentation to inform users that TEM is a global product and the
regionargument is included only for API consistency. - (Optional) Update the Terraform provider to validate the
regionargument and throw a descriptive error if a region other thanfr-paris provided.
Additional Context
Users have reported frustration with the current behavior, as described in [this Slack thread](https://scaleway-community.slack.com/archives/C0358JE0XEK/p1738011678941619).
Metadata
Metadata
Assignees
Labels
bugpriority:highNew featuresNew featurestemTransactional Email issues, bugs and feature requestsTransactional Email issues, bugs and feature requests