Skip to content

Commit 0aa50ff

Browse files
authored
Adds MIGs for round 3 (and final) migration from standalone VMs (#82)
1 parent 7164e03 commit 0aa50ff

File tree

1 file changed

+62
-0
lines changed

1 file changed

+62
-0
lines changed

mlab-oti/platform-cluster.tf

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,29 @@ module "platform-cluster" {
1919
scopes = ["cloud-platform"]
2020
}
2121
migs = {
22+
mlab1-ams11 = {
23+
region = "europe-west4"
24+
},
25+
mlab1-ber02 = {
26+
# We cannot currently get any N2 quota in this region.
27+
machine_type = "e2-highcpu-4"
28+
region = "europe-west10"
29+
},
2230
mlab1-bom06 = {
2331
region = "asia-south1"
2432
},
33+
mlab1-bru07 = {
34+
region = "europe-west1"
35+
},
2536
mlab1-cgk02 = {
2637
region = "asia-southeast2"
2738
},
2839
mlab1-chs02 = {
2940
region = "us-east1"
3041
},
42+
mlab1-cmh02 = {
43+
region = "us-east5"
44+
},
3145
mlab1-del05 = {
3246
region = "asia-south2"
3347
},
@@ -39,12 +53,18 @@ module "platform-cluster" {
3953
machine_type = "e2-highcpu-4"
4054
region = "me-central1"
4155
},
56+
mlab1-fra08 = {
57+
region = "europe-west3"
58+
},
4259
mlab1-gru06 = {
4360
region = "southamerica-east1"
4461
},
4562
mlab1-hel02 = {
4663
region = "europe-north1"
4764
},
65+
mlab1-hkg05 = {
66+
region = "asia-east2"
67+
},
4868
mlab1-hnd07 = {
4969
region = "asia-northeast1"
5070
},
@@ -59,24 +79,66 @@ module "platform-cluster" {
5979
machine_type = "e2-highcpu-4"
6080
region = "africa-south1"
6181
},
82+
mlab1-kix02 = {
83+
region = "asia-northeast2"
84+
},
85+
mlab1-las02 = {
86+
region = "us-west4"
87+
},
6288
mlab1-lax10 = {
6389
region = "us-west2"
6490
},
6591
mlab1-lhr10 = {
6692
region = "europe-west2"
6793
},
94+
mlab1-mad08 = {
95+
region = "europe-southwest1"
96+
},
97+
mlab1-mel02 = {
98+
region = "australia-southeast2"
99+
},
100+
mlab1-mil09 = {
101+
region = "europe-west8"
102+
},
103+
mlab1-oma02 = {
104+
region = "us-central1"
105+
},
106+
mlab1-par09 = {
107+
region = "europe-west9"
108+
},
109+
mlab1-pdx03 = {
110+
region = "us-west1"
111+
},
68112
mlab1-scl06 = {
69113
region = "southamerica-west1"
70114
},
115+
mlab1-sin03 = {
116+
region = "asia-southeast1"
117+
},
118+
mlab1-slc02 = {
119+
region = "us-west3"
120+
},
71121
mlab1-syd08 = {
72122
region = "australia-southeast1"
73123
},
124+
mlab1-tlv02 = {
125+
region = "me-west1"
126+
},
127+
mlab1-tpe03 = {
128+
region = "asia-east1"
129+
},
130+
mlab1-trn04 = {
131+
region = "europe-west12"
132+
},
74133
mlab1-waw02 = {
75134
region = "europe-central2"
76135
},
77136
mlab1-yul08 = {
78137
region = "northamerica-northeast1"
79138
},
139+
mlab1-yyz08 = {
140+
region = "northamerica-northeast2"
141+
}
80142
mlab1-zrh02 = {
81143
region = "europe-west6"
82144
}

0 commit comments

Comments
 (0)