Summary
Terraform infrastructure is not modular
| Field |
Value |
| Category |
infrastructure |
| Severity |
high |
| Rule |
terraform_without_modules |
Impact
Infrastructure is hard to reuse, test, and scale across teams
Recommendation
Refactor into Terraform modules. Use shared modules from your internal registry.
Evidence
- Found 8 resource blocks with no module references
Detected by Velq · velq.senora.dev
Summary
Terraform infrastructure is not modular
terraform_without_modulesImpact
Infrastructure is hard to reuse, test, and scale across teams
Recommendation
Refactor into Terraform modules. Use shared modules from your internal registry.
Evidence
Detected by Velq · velq.senora.dev