Files
linode/terraform.tfvars

10 lines
127 B
HCL

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