mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-04-30 20:34:37 +02:00
fix: MNG cluster datasource errors (#1639)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user