You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 region argument.
The UI does not allow selecting a region.
Attempting to create a tem_domain resource in a region other than fr-par (e.g., nl-ams) results in a 501 "Not Implemented" error.
Steps to Reproduce
Use the Terraform provider to define a tem_domain resource with the region set to anything other than fr-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 region argument must be set to fr-par for the tem_domain resource.
Add a warning or note in the documentation to inform users that TEM is a global product and the region argument is included only for API consistency.
(Optional) Update the Terraform provider to validate the region argument and throw a descriptive error if a region other than fr-par is provided.
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 thefr-par
region is supported. This leads to user confusion, as:region
argument.tem_domain
resource in a region other thanfr-par
(e.g.,nl-ams
) results in a 501 "Not Implemented" error.Steps to Reproduce
tem_domain
resource with theregion
set to anything other thanfr-par
.terraform apply
.Proposed Solution
region
argument must be set tofr-par
for thetem_domain
resource.region
argument is included only for API consistency.region
argument and throw a descriptive error if a region other thanfr-par
is 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).
The text was updated successfully, but these errors were encountered: