Update terraform.tfvars

This commit is contained in:
2022-09-28 14:11:39 +00:00
parent d937b1d128
commit 26e70f598d

View File

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