🔧 Add region hint for Linode

This commit is contained in:
Jérôme Petazzoni
2021-11-01 06:54:16 +01:00
parent fcf0296245
commit b3bc5ccb9b
2 changed files with 3 additions and 2 deletions

View File

@@ -14,4 +14,3 @@ resource "linode_lke_cluster" "_" {
}
}

View File

@@ -42,9 +42,11 @@ locals {
node_type = var.node_types[var.node_size]
}
# To view supported versions, run:
# linode-cli regions list
variable "region" {
type = string
default = "eu-central"
default = "us-east"
}
# To view supported versions, run: