1
0
mirror of https://github.com/terraform-aws-modules/terraform-aws-eks.git synced 2025-09-09 19:32:58 +08:00

Improve description of var.enabled

This commit is contained in:
syst0m
2019-11-07 17:43:58 +00:00
parent 4798ba463e
commit a3009b1ecc
+1 -1
View File
@@ -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
}