mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-03-20 08:33:46 +01:00
reverting fixture change also
This commit is contained in:
@@ -73,6 +73,7 @@ module "eks" {
|
|||||||
tags = "${local.tags}"
|
tags = "${local.tags}"
|
||||||
vpc_id = "${module.vpc.vpc_id}"
|
vpc_id = "${module.vpc.vpc_id}"
|
||||||
worker_groups = "${local.worker_groups}"
|
worker_groups = "${local.worker_groups}"
|
||||||
|
worker_group_count = "1"
|
||||||
map_roles = "${var.map_roles}"
|
map_roles = "${var.map_roles}"
|
||||||
map_users = "${var.map_users}"
|
map_users = "${var.map_users}"
|
||||||
map_accounts = "${var.map_accounts}"
|
map_accounts = "${var.map_accounts}"
|
||||||
|
|||||||
Reference in New Issue
Block a user