Skip to content

Commit

Permalink
Adds MIGs for round 3 (and final) migration from standalone VMs (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
nkinkade authored Jul 17, 2024
1 parent 7164e03 commit 0aa50ff
Showing 1 changed file with 62 additions and 0 deletions.
62 changes: 62 additions & 0 deletions mlab-oti/platform-cluster.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,29 @@ module "platform-cluster" {
scopes = ["cloud-platform"]
}
migs = {
mlab1-ams11 = {
region = "europe-west4"
},
mlab1-ber02 = {
# We cannot currently get any N2 quota in this region.
machine_type = "e2-highcpu-4"
region = "europe-west10"
},
mlab1-bom06 = {
region = "asia-south1"
},
mlab1-bru07 = {
region = "europe-west1"
},
mlab1-cgk02 = {
region = "asia-southeast2"
},
mlab1-chs02 = {
region = "us-east1"
},
mlab1-cmh02 = {
region = "us-east5"
},
mlab1-del05 = {
region = "asia-south2"
},
Expand All @@ -39,12 +53,18 @@ module "platform-cluster" {
machine_type = "e2-highcpu-4"
region = "me-central1"
},
mlab1-fra08 = {
region = "europe-west3"
},
mlab1-gru06 = {
region = "southamerica-east1"
},
mlab1-hel02 = {
region = "europe-north1"
},
mlab1-hkg05 = {
region = "asia-east2"
},
mlab1-hnd07 = {
region = "asia-northeast1"
},
Expand All @@ -59,24 +79,66 @@ module "platform-cluster" {
machine_type = "e2-highcpu-4"
region = "africa-south1"
},
mlab1-kix02 = {
region = "asia-northeast2"
},
mlab1-las02 = {
region = "us-west4"
},
mlab1-lax10 = {
region = "us-west2"
},
mlab1-lhr10 = {
region = "europe-west2"
},
mlab1-mad08 = {
region = "europe-southwest1"
},
mlab1-mel02 = {
region = "australia-southeast2"
},
mlab1-mil09 = {
region = "europe-west8"
},
mlab1-oma02 = {
region = "us-central1"
},
mlab1-par09 = {
region = "europe-west9"
},
mlab1-pdx03 = {
region = "us-west1"
},
mlab1-scl06 = {
region = "southamerica-west1"
},
mlab1-sin03 = {
region = "asia-southeast1"
},
mlab1-slc02 = {
region = "us-west3"
},
mlab1-syd08 = {
region = "australia-southeast1"
},
mlab1-tlv02 = {
region = "me-west1"
},
mlab1-tpe03 = {
region = "asia-east1"
},
mlab1-trn04 = {
region = "europe-west12"
},
mlab1-waw02 = {
region = "europe-central2"
},
mlab1-yul08 = {
region = "northamerica-northeast1"
},
mlab1-yyz08 = {
region = "northamerica-northeast2"
}
mlab1-zrh02 = {
region = "europe-west6"
}
Expand Down

0 comments on commit 0aa50ff

Please sign in to comment.