Commit 63f8fea5 authored by 李才荣's avatar 李才荣
Browse files

add: aws/tencentcloud/huaweicloud/ucloud/ksyun/alicloud regions

No related merge requests found
Showing with 141 additions and 2 deletions
+141 -2
......@@ -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"
}
}
}
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment