fluidattacks / makes

A software supply chain framework powered by Nix.
https://makes.fluidattacks.tech/
MIT License
453 stars 43 forks source link

Enable Independent Configuration for Each Module in lintTerraform #1387

Closed mandresuri closed 2 weeks ago

mandresuri commented 2 weeks ago

Currently, the configuration setup in lintTerraform requires a shared, global configuration file that applies to all modules, which limits flexibility. This issue proposes a change to allow each module within lintTerraform to specify its own configuration file, removing the dependency on a shared configuration and enabling module-specific settings.

Tasks:

Acceptance Criteria:

dsalaza4 commented 2 weeks ago

We're currently trying to get rid of as many modules as we can. We need to move lintTerraform to Universe so we can support it from there.