cloudposse / terraform-aws-eks-node-group

Terraform module to provision a fully managed AWS EKS Node Group
https://cloudposse.com/accelerate
Apache License 2.0
90 stars 128 forks source link

Unflattened output for resources #155

Closed eddiemcdaniel10 closed 3 months ago

eddiemcdaniel10 commented 11 months ago

Describe the Bug

The output value eks_node_group_resources does not flatten out the array produced from the [*] reference (or just reference the zero element since the create_before_destroy toggle is already used as a condition). The result is that the output of resources is a 2 dimensional array.

Expected Behavior

eks_node_group_resources should be a single dimensional array of resources matching the underlying aws_eks_node_group module output.

Steps to Reproduce

Create a node group with the module and observe the output.

Screenshots

No response

Environment

No response

Additional Context

No response