From a3009b1eccf3cba5dc176eb866ade72ec8cdd025 Mon Sep 17 00:00:00 2001 From: syst0m Date: Thu, 7 Nov 2019 17:43:58 +0000 Subject: [PATCH] Improve description of var.enabled --- variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/variables.tf b/variables.tf index b0ae3177..72a19d23 100644 --- a/variables.tf +++ b/variables.tf @@ -295,7 +295,7 @@ variable "attach_worker_cni_policy" { } variable "enabled" { - description = "Destroy-time flag. If set to `false`, the count will be set to `0` on all resources." + description = "Controls if EKS resources should be created (it affects almost all resources)" type = bool default = true }