Update terraform.tfvars, terraform.tf
This commit is contained in:
@@ -29,6 +29,10 @@ resource "linode_lke_cluster" "foobar" {
|
||||
content {
|
||||
type = pool.value["type"]
|
||||
count = pool.value["count"]
|
||||
autoscaler {
|
||||
min = pool.value["count"]
|
||||
max = pool.value["max"]
|
||||
}
|
||||
}
|
||||
}
|
||||
provisioner "local-exec" {
|
||||
|
||||
@@ -4,6 +4,7 @@ region = "us-central"
|
||||
pools = [
|
||||
{
|
||||
type : "g6-standard-1"
|
||||
count : 3
|
||||
count : 1
|
||||
max : 5
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user