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

Better support for "foreach" using sets or lists #224

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

Kolky
Copy link

@Kolky Kolky commented Jun 21, 2023

When using "foreach" in your terraform a lot of nodes end up missing in the generated graph. I adapted the state.go generator to detect instances of resources either by their index or by their name (if using maps/sets). I post fix the name of a resource with ! and then either the index or name of the resource.

This PR also includes additional azure nodes, because it mostly contained network related things and is missing some common other nodes.

Example:
dwh-insights-azurefunctions test terraform

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant