Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
iac-module
terraform-cloud-region
Commits
63f8fea5
Commit
63f8fea5
authored
2 years ago
by
李才荣
Browse files
Options
Download
Email Patches
Plain Diff
add: aws/tencentcloud/huaweicloud/ucloud/ksyun/alicloud regions
parent
a81b79b5
master
v1.0.0
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
main.tf
+141
-2
main.tf
with
141 additions
and
2 deletions
+141
-2
main.tf
+
141
-
2
View file @
63f8fea5
...
...
@@ -5,10 +5,149 @@ variable "region" {
"alicloud"
:
{
"cn-hangzhou"
:
"hz"
,
"cn-beijing"
:
"bj"
,
"cn-shanghai"
:
"sh"
"cn-shanghai"
:
"sh"
,
"cn-qingdao"
:
"qd"
,
"cn-zhangjiakou"
:
"zjk"
,
"cn-huhehaote"
:
"hhht"
,
"cn-wulanchabu"
:
"wlcb"
,
"cn-nanjing"
:
"nj"
,
"cn-fuzhou"
:
"fz"
,
"cn-shenzhen"
:
"sz"
,
"cn-heyuan"
:
"hy"
,
"cn-guangzhou"
:
"gz"
,
"cn-chengdu"
:
"cd"
,
"cn-hongkong"
:
"hk"
,
"ap-southeast-1"
:
"sg"
,
"ap-southeast-2"
:
"au"
,
"ap-southeast-3"
:
"my"
,
"ap-southeast-5"
:
"id"
,
"ap-southeast-6"
:
"ph"
,
"ap-southeast-7"
:
"th"
,
"ap-south-1"
:
"in"
,
"ap-northeast-1"
:
"jp"
,
"ap-northeast-2"
:
"kr"
,
"us-west-1"
:
"us1"
,
"us-east-1"
:
"us2"
,
"eu-central-1"
:
"de"
,
"eu-west-1"
:
"gb"
,
"me-east-1"
:
"ae"
},
"aws"
:
{
"cn-northwest-1"
:
"nx"
"cn-northwest-1"
:
"nx"
,
"cn-north-1"
:
"bj"
},
"tencentcloud"
:
{
"ap-guangzhou"
:
"gz"
,
"ap-shenzhen-fsi"
:
"sz-fsi"
,
"ap-shanghai"
:
"sh"
,
"ap-shanghai-fsi"
:
"sh-fsi"
,
"ap-nanjing"
:
"nj"
,
"ap-beijing"
:
"bj"
,
"ap-chengdu"
:
"cd"
,
"ap-chongqing"
:
"cq"
,
"ap-hongkong"
:
"hk"
,
"ap-singapore"
:
"sg"
,
"ap-jakarta"
:
"cgk"
,
"ap-seoul"
:
"sel"
,
"ap-tokyo"
:
"tyo"
,
"ap-mumbai"
:
"bom"
,
"ap-bangkok"
:
"bkk"
,
"na-toronto"
:
"yyz"
,
"sa-saopaulo"
:
"sao"
,
"na-siliconvalley"
:
"sfo"
,
"na-ashburn"
:
"va"
,
"eu-frankfurt"
:
"fra"
,
"eu-moscow"
:
"mow"
},
"huaiweicloud"
:
{
"af-south-1"
:
"jhb"
,
"cn-north-4"
:
"bj4"
,
"cn-north-1"
:
"bj1"
,
"cn-north-9"
:
"wlcb"
,
"cn-east-2"
:
"sh2"
,
"cn-east-3"
:
"sh1"
,
"cn-south-1"
:
"gz"
,
"cn-south-4"
:
"gz2"
,
"cn-south-2"
:
"sz"
,
"la-north-2"
:
"mex"
,
"la-south-2"
:
"scl"
,
"eu-west-0"
:
"par"
,
"cn-southwest-2"
:
"gy1"
,
"ap-southeast-2"
:
"bkk"
,
"ap-southeast-3"
:
"sg"
,
"ap-southeast-1"
:
"hk"
},
"ksyun"
:
{
"cn-beijing-6"
:
"bj"
,
"cn-beijing-fin"
:
"bj-fin"
,
"cn-shanghai-2"
:
"sh"
,
"cn-shanghai-fin"
:
"sh-fin"
,
"cn-guangzhou-1"
:
"gz"
,
"cn-hongkong-2"
:
"hk"
,
"ap-singapore-1"
:
"sg"
,
"eu-east-1"
:
"mow"
},
"ucloud"
:
{
"cn-bj2"
:
"hb1"
,
"cn-gd"
:
"gz"
,
"cn-qz"
:
"fj"
,
"cn-sh2"
:
"sh2"
,
"cn-wlcb"
:
"hb2"
,
"afr-nigeria"
:
"ne"
,
"bra-saopaulo"
:
"sao"
,
"ge-fra"
:
"fra"
,
"hk"
:
"hk"
,
"idn-jakarta"
:
"cgk"
,
"ind-mumbai"
:
"bom"
,
"jpn-tky"
:
"tyo"
,
"kr-seoul"
:
"sel"
,
"ph-mnl"
:
"mnl"
,
"rus-mosc"
:
"mow"
,
"sg"
:
"sg"
,
"th-bkk"
:
"bkk"
,
"tw-tp"
:
"tpe"
,
"uae-dubai"
:
"ae"
,
"uk-london"
:
"lon"
,
"us-ca"
:
"lax"
,
"us-ws"
:
"was"
,
"vn-sng"
:
"sgn"
},
"gcp"
:
{
"asia-east1"
:
"tw"
,
"asia-east2"
:
"hk"
,
"asia-northeast1"
:
"tyo"
,
"asia-northeast2"
:
"osa"
,
"asia-northeast3"
:
"sel"
,
"asia-south1"
:
"bom"
,
"asia-south2"
:
"del"
,
"asia-southeast1"
:
"sg"
,
"asia-southeast2"
:
"cgk"
,
"australia-southeast1"
:
"syd"
,
"australia-southeast2"
:
"mel"
,
"me-west1"
:
"tlv"
,
"europe-west9"
:
"par"
,
"europe-west8"
:
"mil"
,
"europe-west6"
:
"zrh"
,
"europe-west4"
:
"nl"
,
"europe-west3"
:
"fra"
,
"europe-west2"
:
"lon"
,
"europe-west1"
:
"be"
,
"europe-southwest1"
:
"mad"
,
"europe-north1"
:
"fi"
,
"europe-central2"
:
"waw"
,
"us-west4"
:
"las"
,
"us-west3"
:
"slc"
,
"us-west2"
:
"lax"
,
"us-west1"
:
"or"
,
"us-south1"
:
"dfw"
,
"us-east5"
:
"glb"
,
"us-east4"
:
"va"
,
"us-east1"
:
"sc"
,
"us-central1"
:
"ia"
,
"southamerica-west1"
:
"scl"
,
"southamerica-east1"
:
"sao"
,
"northamerica-northeast2"
:
"yyz"
,
"northamerica-northeast1"
:
"ymq"
}
}
}
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets