Skip to content

Commit 955ccad

Browse files
committed
fixup! Migrate cluster modules from map(map(string)) to map(object)
1 parent 2359b06 commit 955ccad

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

google/_modules/gke/node_pool/variables.tf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,8 @@ variable "taints" {
138138
effect = string
139139
}))
140140
description = "Taints to configure for the node pool."
141+
default = []
142+
nullable = false
141143
}
142144

143145
variable "instance_tags" {
@@ -187,4 +189,6 @@ variable "network_config" {
187189
pod_ipv4_cidr_block = string
188190
})
189191
description = "Configure additional pod IP address range for the node pool. Defaults to `null`"
192+
default = null
193+
nullable = false
190194
}

0 commit comments

Comments
 (0)