terraform-aws-eks-node-group icon indicating copy to clipboard operation
terraform-aws-eks-node-group copied to clipboard

Unflattened output for resources

Open eddiemcdaniel10 opened this issue 2 years ago • 0 comments

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

eddiemcdaniel10 avatar Oct 23 '23 15:10 eddiemcdaniel10