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

Update flag variable name

This commit is contained in:
Tomislav Tomašić
2019-11-20 12:44:28 +00:00
committed by GitHub
parent cdbe23e3ec
commit 954fe92a66
+1 -1
View File
@@ -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