terraform-aws-eks-node-group
terraform-aws-eks-node-group copied to clipboard
Unflattened output for resources
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