diff --git a/infra/input.tf b/infra/input.tf index c4ff69c..6e65b34 100644 --- a/infra/input.tf +++ b/infra/input.tf @@ -32,18 +32,18 @@ locals { machine = "t2d-standard-1", image = "cos-cloud/cos-stable", }, - europe-west = { # Netherlands - region = "europe-west4", - zone = "europe-west4-b", - machine = "t2d-standard-1", - image = "cos-cloud/cos-stable", - }, - asia-southeast = { # Singapore - region = "asia-southeast1", - zone = "asia-southeast1-c", - machine = "t2d-standard-1", - image = "cos-cloud/cos-stable", - } + #europe-west = { # Netherlands + # region = "europe-west4", + # zone = "europe-west4-b", + # machine = "t2d-standard-1", + # image = "cos-cloud/cos-stable", + #}, + #asia-southeast = { # Singapore + # region = "asia-southeast1", + # zone = "asia-southeast1-c", + # machine = "t2d-standard-1", + # image = "cos-cloud/cos-stable", + #} } pub = { region = "us-central1"