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
I'm attempting to identify which resources are in violation of policies. Being able to identify resources in the same or similar way as Terraform's own output and internal representation of these resources would be helpful. So instead of null_resource.this we would get module.example.null_resource.this. It would be helpful to have a better understanding of how the different resource representations within the plan file are merged by terrascan.
Hi @xortim ,
I have tried to fix this issue as part of #825, please let me know if this helps! You can try out the fix in the latest master or wait for a release.
Description
I'm attempting to identify which resources are in violation of policies. Being able to identify resources in the same or similar way as Terraform's own output and internal representation of these resources would be helpful. So instead of
null_resource.this
we would getmodule.example.null_resource.this
. It would be helpful to have a better understanding of how the different resource representations within the plan file are merged by terrascan.What I Did
./main.tf
./example/main.tf
terrascan scan -i tfplan --config-only -o json
In the plan file, these have the desired attribute under
planned_values
andresource_changes
:The text was updated successfully, but these errors were encountered: