mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-05-06 00:46:56 +00:00
🔧 Add region hint for Linode
This commit is contained in:
@@ -14,4 +14,3 @@ resource "linode_lke_cluster" "_" {
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user