Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unflattened output for resources #155

Closed
eddiemcdaniel10 opened this issue Oct 23, 2023 · 0 comments · Fixed by #186
Closed

Unflattened output for resources #155

eddiemcdaniel10 opened this issue Oct 23, 2023 · 0 comments · Fixed by #186
Labels
bug 🐛 An issue with the system

Comments

@eddiemcdaniel10
Copy link

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 eddiemcdaniel10 added the bug 🐛 An issue with the system label Oct 23, 2023
@Nuru Nuru closed this as completed in #186 Jun 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 An issue with the system
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant