Update variables.tf

This commit is contained in:
2022-09-28 11:48:18 +00:00
parent dc7f974243
commit 0c07a77455

View File

@@ -28,11 +28,13 @@ variable "pools" {
type = list(object({
type = string
count = number
max = string
}))
default = [
{
type = "g6-standard-1"
count = 3
count = 1
max = 1
}
]
}