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

bug(terraform): when parsing tfplan in the case of child modules only resources in the deepest module are parsed #7265

Open
nirfirefly opened this issue Oct 3, 2024 · 0 comments · May be fixed by #7266
Labels
bug Something isn't working community Community contribution terraform Terraform query

Comments

@nirfirefly
Copy link

The map entry is initialized for each child module and overrides the resources from modules up the tree

convNamedRes := make(map[string]KicsPlanNamedResource)

@github-actions github-actions bot added community Community contribution bug Something isn't working terraform Terraform query labels Oct 3, 2024
@nirfirefly nirfirefly changed the title (bug)(terraform)(tfplan) in the case of child modules only resources in the deepest module parsed (bug)(terraform)(tfplan) in the case of child modules only resources in the deepest module are parsed Oct 3, 2024
@nirfirefly nirfirefly changed the title (bug)(terraform)(tfplan) in the case of child modules only resources in the deepest module are parsed (bug)(terraform)(tfplan): in the case of child modules only resources in the deepest module are parsed Oct 3, 2024
@nirfirefly nirfirefly changed the title (bug)(terraform)(tfplan): in the case of child modules only resources in the deepest module are parsed (bug)(terraform): when parsing tfplan in the case of child modules only resources in the deepest module are parsed Oct 3, 2024
@nirfirefly nirfirefly changed the title (bug)(terraform): when parsing tfplan in the case of child modules only resources in the deepest module are parsed bug(terraform): when parsing tfplan in the case of child modules only resources in the deepest module are parsed Oct 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working community Community contribution terraform Terraform query
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant