From 9726fa3e2ac44a2c13afd63f51e55f6c73cf3714 Mon Sep 17 00:00:00 2001 From: Max Williams Date: Mon, 13 Aug 2018 15:12:58 +0200 Subject: [PATCH] Removing worker_group_count from test fixture --- examples/eks_test_fixture/main.tf | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/eks_test_fixture/main.tf b/examples/eks_test_fixture/main.tf index b941249..90d115c 100644 --- a/examples/eks_test_fixture/main.tf +++ b/examples/eks_test_fixture/main.tf @@ -73,7 +73,6 @@ 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}"