Update terraform.tfvars, variables.tf
This commit is contained in:
@@ -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
|
||||
}
|
||||
]
|
||||
|
||||
@@ -33,8 +33,8 @@ variable "pools" {
|
||||
default = [
|
||||
{
|
||||
type = "g6-standard-1"
|
||||
count = 1
|
||||
max = 1
|
||||
count = 3
|
||||
max = 3
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user