You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 thecreate_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 underlyingaws_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
The text was updated successfully, but these errors were encountered: