reverting fixture change also

This commit is contained in:
Max Williams
2018-08-27 15:31:00 +02:00
parent 949c4428dc
commit 2c15e196b7

View File

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