We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2359b06 commit 955ccadCopy full SHA for 955ccad
1 file changed
google/_modules/gke/node_pool/variables.tf
@@ -138,6 +138,8 @@ variable "taints" {
138
effect = string
139
}))
140
description = "Taints to configure for the node pool."
141
+ default = []
142
+ nullable = false
143
}
144
145
variable "instance_tags" {
@@ -187,4 +189,6 @@ variable "network_config" {
187
189
pod_ipv4_cidr_block = string
188
190
})
191
description = "Configure additional pod IP address range for the node pool. Defaults to `null`"
192
+ default = null
193
194
0 commit comments