Use Terraform to Provision Infrastructure on Linode Proposed Changes
@Rajakavitha1 is already working on this.
Since Jun 9, 2026.
Assessment
This issue has not been assessed yet.
Description
The Terraform guide still uses region = "us-south" in its examples for Dallas, but the current Linode API returns Dallas as us-central.
Guide:
https://www.linode.com/docs/guides/how-to-build-your-infrastructure-using-terraform-and-linode/
Observed behavior:
- Terraform config uses
us-south terraform applysucceedsterraform state showlater reportsregion = "us-central"terraform planthen shows a diff fromus-central -> us-south- attempting to apply may fail with:
Error: failed to migrate instance ... [400] [region] Cannot migrate linode to the same region
This suggests us-south is still accepted as a legacy alias, but us-central is now the canonical Dallas region ID returned by the API.
Request:
Please update the guide examples to use us-central for Dallas, TX to avoid perpetual Terraform drift and same-region migration errors.
- Dominant language
- Python
- Stars
- 1.4k
- Forks
- 1.2k
- Avg merge
- 9m
- Merged PRs (30d)
- 1
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from linode/docs
-
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 64/100
-
Difficulty 1/5 Under an hour Newbie friendliness 65/100
-
Difficulty 5/5 Over a week Newbie friendliness 25/100
-
Difficulty 3/5 1-2 days Newbie friendliness 25/100
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 82/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
-
enhancement
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 74/100