Skip to content

Commit 12d8ebe

Browse files
Merge pull request #76 from jinyoungmoonDEV/master
fix: add regions info
2 parents 9630469 + 2ff1cbd commit 12d8ebe

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

src/plugin/conf/cloud_service_conf.py

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -323,6 +323,30 @@
323323
"continent": "middle_east",
324324
},
325325
},
326+
"ap-southeast-5": {
327+
"name": "Asia Pacific (Malaysia)",
328+
"tags": {
329+
"latitude": "3.1390",
330+
"longitude": "101.6869",
331+
"continent": "asia_pacific"
332+
}
333+
},
334+
"mx-central-1": {
335+
"name": "Mexico (Central)",
336+
"tags": {
337+
"latitude": "20.5888",
338+
"longitude": "-100.3899",
339+
"continent": "north_america"
340+
}
341+
},
342+
"ap-southeast-6": {
343+
"name": "Asia Pacific (Thailand)",
344+
"tags": {
345+
"latitude": "13.7563",
346+
"longitude": "100.5018",
347+
"continent": "asia_pacific"
348+
}
349+
},
326350
"global": {"name": "Global"},
327351
}
328352

0 commit comments

Comments
 (0)