Removing worker_group_count from test fixture

This commit is contained in:
Max Williams
2018-08-13 15:12:58 +02:00
parent 28f7e9dd41
commit 9726fa3e2a

View File

@@ -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}"