Files
linode/terraform.tfvars
2022-09-29 12:07:51 +00:00

11 lines
136 B
HCL

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