We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9630469 + 2ff1cbd commit 12d8ebeCopy full SHA for 12d8ebe
src/plugin/conf/cloud_service_conf.py
@@ -323,6 +323,30 @@
323
"continent": "middle_east",
324
},
325
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
337
+ "latitude": "20.5888",
338
+ "longitude": "-100.3899",
339
+ "continent": "north_america"
340
341
342
+ "ap-southeast-6": {
343
+ "name": "Asia Pacific (Thailand)",
344
345
+ "latitude": "13.7563",
346
+ "longitude": "100.5018",
347
348
349
350
"global": {"name": "Global"},
351
}
352
0 commit comments