changed the agent_nodepools to be a list

This commit is contained in:
Karim Naufal
2022-03-09 03:15:15 +01:00
parent f825142720
commit 2b7d2722c5
4 changed files with 20 additions and 16 deletions

View File

@@ -53,8 +53,8 @@ variable "load_balancer_disable_ipv6" {
variable "agent_nodepools" {
description = "Number of agent nodes."
type = map(any)
default = {}
type = list(any)
default = []
}
variable "hetzner_ccm_version" {