Update terraform.tfvars, variables.tf
This commit is contained in:
@@ -3,8 +3,8 @@ k8s_version = "1.23"
|
|||||||
region = "us-central"
|
region = "us-central"
|
||||||
pools = [
|
pools = [
|
||||||
{
|
{
|
||||||
type : "g6-standard-2"
|
type : "g6-standard-1"
|
||||||
count : 3
|
count : 3
|
||||||
max : 5
|
max : 6
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -33,8 +33,8 @@ variable "pools" {
|
|||||||
default = [
|
default = [
|
||||||
{
|
{
|
||||||
type = "g6-standard-1"
|
type = "g6-standard-1"
|
||||||
count = 1
|
count = 3
|
||||||
max = 1
|
max = 3
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user