Update terraform.tfvars

This commit is contained in:
2022-09-28 21:55:13 +00:00
parent 4c65f5c2f2
commit 1852140b4d

View File

@@ -3,8 +3,8 @@ k8s_version = "1.23"
region = "us-central"
pools = [
{
type : "g6-standard-1"
type : "g6-standard-2"
count : 3
max : 6
max : 3
}
]