aaryanshroff/Heimdall
The watchful guardian of cloud infrastructure: - AI-powered Terraform validation - Real-time security scanning - Deployment integrity checks
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Apr 26, 2025
- License
- None
Pinned Snippet
uses: aaryanshroff/heimdall-ai@f148803013464ac73f6e2093b799336def468836 # v0.0.12tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| tf_apply_job | Name of GitHub job that ran 'terraform apply' | yes | apply |
| llm_provider | AI service for test generation/execution | yes | gemini |
| api_key | API key for chosen AI provider | yes | — |
| failure_strategy | Behavior when tests fail | no | rollback |
Outputs
| name | description |
|---|---|
| test_plan | Generated test sequence in JSON format |
| execution_logs | Raw output of test executions |
| exit_codes | Map of test names to exit codes |
| infrastructure_status | Final verdict (validated/needs_fixes) |