fix: MNG cluster datasource errors (#1639)

This commit is contained in:
Steve Hipwell
2021-10-14 08:47:27 +01:00
committed by GitHub
parent 306ad727f3
commit 7c335546d6
6 changed files with 21 additions and 11 deletions

View File

@@ -3,7 +3,10 @@ module "node_groups" {
create_eks = var.create_eks
cluster_name = local.cluster_name
cluster_name = local.cluster_name
cluster_endpoint = local.cluster_endpoint
cluster_auth_base64 = local.cluster_auth_base64
default_iam_role_arn = coalescelist(aws_iam_role.workers[*].arn, [""])[0]
ebs_optimized_not_supported = local.ebs_optimized_not_supported
workers_group_defaults = local.workers_group_defaults