Skip to content

Commit

Permalink
Merge pull request #1163 from ioito/hotfix/qx-volc-region
Browse files Browse the repository at this point in the history
fix(volc): region name
  • Loading branch information
ioito authored Jan 13, 2025
2 parents a9f8e32 + b7075ed commit eb7eb31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/multicloud/volcengine/region.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ import (
)

var RegionLocations = map[string]string{
"cn-beijing": "华东2(北京)",
"cn-beijing": "华北2(北京)",
"cn-shanghai": "华东2(上海)",
"cn-guangzhou": "华东2(广州)",
"cn-guangzhou": "华南1(广州)",
"ap-southeast-1": "亚太东南(柔佛)",
"cn-hongkong": "中国香港",
}
Expand Down

0 comments on commit eb7eb31

Please sign in to comment.