added

IaC composition analysis #️⃣

To enable more comprehensive coverage while scanning for misconfigurations based on external modules, Bridgecrew now supports external module scanning as well as full variable rendering. What this means is that whenever your Terraform files will rely on modules or variables, Bridgecrew will build a full dependency graph of those modules and variables, render the correct values and evaluate them against the baseline.

For modules, each violation will show the violated resource first as "Error in Referred Module" with the source row.

For variables, each violation will show rendered resource values as "Error in referred variables" and show the original variable file location and the suggested fix. For locally stored variables you can even open a Fix PR to the source file and correct the misconfiguration at its source.

1863

Rendered versioning argument and suggested location fix