From 954fe92a661c0f9f6014d8c9f33f79a453bad9b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomislav=20Toma=C5=A1i=C4=87?= Date: Wed, 20 Nov 2019 12:44:28 +0000 Subject: [PATCH] Update flag variable name --- variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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