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:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user