Update terraform.tfvars, variables.tf

This commit is contained in:
2022-09-28 20:43:56 +00:00
parent 5c5038e11f
commit 724f19aa06
2 changed files with 4 additions and 4 deletions

View File

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

View File

@@ -33,8 +33,8 @@ variable "pools" {
default = [
{
type = "g6-standard-1"
count = 1
max = 1
count = 3
max = 3
}
]
}