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

Add destroy-time flag

This commit is contained in:
syst0m
2019-10-31 16:27:03 +00:00
parent 55ff38cc31
commit c89da3772e
7 changed files with 41 additions and 34 deletions
+6
View File
@@ -293,3 +293,9 @@ variable "attach_worker_cni_policy" {
type = bool
default = true
}
variable "enabled" {
description = "Destroy-time flag. If set to "false", the count will be set to "0" on all resources."
type = bool
default = true
}