Update variables.tf
This commit is contained in:
@@ -28,11 +28,13 @@ variable "pools" {
|
|||||||
type = list(object({
|
type = list(object({
|
||||||
type = string
|
type = string
|
||||||
count = number
|
count = number
|
||||||
|
max = string
|
||||||
}))
|
}))
|
||||||
default = [
|
default = [
|
||||||
{
|
{
|
||||||
type = "g6-standard-1"
|
type = "g6-standard-1"
|
||||||
count = 3
|
count = 1
|
||||||
|
max = 1
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user