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

Renamed destroy-time flag

This commit is contained in:
syst0m
2019-11-14 15:41:18 +00:00
parent 430051694e
commit 96294f639f
8 changed files with 50 additions and 37 deletions
+1 -1
View File
@@ -294,7 +294,7 @@ variable "attach_worker_cni_policy" {
default = true
}
variable "enabled" {
variable "create_cluster" {
description = "Controls if EKS resources should be created (it affects almost all resources)"
type = bool
default = true