Skip to content

Commit

Permalink
meend
Browse files Browse the repository at this point in the history
  • Loading branch information
nellyk committed Oct 10, 2024
1 parent 0f7461e commit 645a651
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ EOT

variable "node_taints" {
type = list(string)
default = {}
default = null
description = "(Optional) A list of the taints added to new nodes during node pool create and scale. Changing this forces a new resource to be created."
}

Expand Down

0 comments on commit 645a651

Please sign in to comment.