diff --git a/variables.tf b/variables.tf index ba10344f..4c3ccdd9 100644 --- a/variables.tf +++ b/variables.tf @@ -294,7 +294,7 @@ variable "attach_worker_cni_policy" { default = true } -variable "create_cluster" { +variable "create_eks" { description = "Controls if EKS resources should be created (it affects almost all resources)" type = bool default = true