Skip to content

provider: add support for na-south-1 region validation - #10105

Merged
xuzhang3 merged 1 commit into
aliyun:masterfrom
xuzhang3:feat/na-south-1-region-84985197
Aug 3, 2026
Merged

provider: add support for na-south-1 region validation#10105
xuzhang3 merged 1 commit into
aliyun:masterfrom
xuzhang3:feat/na-south-1-region-84985197

Conversation

@xuzhang3

@xuzhang3 xuzhang3 commented Aug 3, 2026

Copy link
Copy Markdown
Collaborator

Add na-south-1 to the ValidRegions list so users targeting this region no longer hit:

Error: Invalid Alibaba Cloud region: na-south-1. You can skip checking this region by setting provider parameter 'skip_region_validation'.

and no longer need to set skip_region_validation = true.

The region is live — its service endpoints resolve (ecs.na-south-1.aliyuncs.com, vpc.na-south-1.aliyuncs.com, oss-na-south-1.aliyuncs.com).

The region definitions unit test is updated to assert the new constant is present in ValidRegions.

Fixes #10100

Add na-south-1 to the ValidRegions list so users no longer need to set
skip_region_validation=true when using this region.

Also update the region definitions test to assert the new region is
present in ValidRegions.
@xuzhang3
xuzhang3 merged commit e8d8c54 into aliyun:master Aug 3, 2026
11 of 12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add support for na-south-1 region validation

1 participant