From 645a6516761dc31c4d67e01753f8524e4a9d3b39 Mon Sep 17 00:00:00 2001 From: nellyk <3062772+nellyk@users.noreply.github.com> Date: Thu, 10 Oct 2024 18:37:29 +0100 Subject: [PATCH] meend --- variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/variables.tf b/variables.tf index 2a79ddf..95ffd41 100644 --- a/variables.tf +++ b/variables.tf @@ -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." }