From 2c15e196b70bf49a82dbdc774edc048cb36cd7e2 Mon Sep 17 00:00:00 2001 From: Max Williams Date: Mon, 27 Aug 2018 15:31:00 +0200 Subject: [PATCH] reverting fixture change also --- examples/eks_test_fixture/main.tf | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/eks_test_fixture/main.tf b/examples/eks_test_fixture/main.tf index 90d115c..b941249 100644 --- a/examples/eks_test_fixture/main.tf +++ b/examples/eks_test_fixture/main.tf @@ -73,6 +73,7 @@ module "eks" { tags = "${local.tags}" vpc_id = "${module.vpc.vpc_id}" worker_groups = "${local.worker_groups}" + worker_group_count = "1" map_roles = "${var.map_roles}" map_users = "${var.map_users}" map_accounts = "${var.map_accounts}"