Files
linode/terraform.tfvars
2023-01-03 20:53:40 +00:00

11 lines
136 B
HCL

label = "main-cluster"
k8s_version = "1.24"
region = "us-east"
pools = [
{
type : "g6-standard-2"
count : 3
max : 3
}
]