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 name to create_eks

This commit is contained in:
Tomislav Tomašić
2019-11-20 12:59:39 +00:00
committed by Tomislav Tomasic
parent 96bb368b20
commit 8e1526b868
6 changed files with 35 additions and 35 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ data "aws_iam_policy_document" "cluster_assume_role_policy" {
}
data "template_file" "kubeconfig" {
count = var.create_cluster ? 1 : 0
count = var.create_eks ? 1 : 0
template = file("${path.module}/templates/kubeconfig.tpl")
vars = {