Skip to content

Commit

Permalink
fix: Pass wait_for_cluster_cmd from parent module
Browse files Browse the repository at this point in the history
  • Loading branch information
js-timbirkett committed Mar 11, 2020
1 parent 83a62c8 commit addaae3
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,10 @@ module "aws_auth" {

map_instances = concat(module.worker_groups.aws_auth_roles, module.node_groups.aws_auth_roles)

create_eks = var.create_eks
manage_aws_auth = var.manage_aws_auth
map_accounts = var.map_accounts
map_roles = var.map_roles
map_users = var.map_users
create_eks = var.create_eks
manage_aws_auth = var.manage_aws_auth
map_accounts = var.map_accounts
map_roles = var.map_roles
map_users = var.map_users
wait_for_cluster_cmd = var.wait_for_cluster_cmd
}

0 comments on commit addaae3

Please sign in to comment.