anasskartit/tfoutdated — Terraform Dependency Auditor
Scan Terraform dependencies for outdated modules, providers, breaking changes, and deprecations
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Mar 10, 2026
- License
- MIT
Pinned Snippet
uses: anasskartit/tfoutdated@3cd25263389fba67ad5e48ee3b196dc655e8fa6d # v0.5.1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| path | Path to Terraform root directory | no | . |
| version | Version of tfoutdated to install | no | latest |
| fail-on-outdated | Fail the step if outdated dependencies are found | no | true |
Outputs
| name | description |
|---|---|
| outdated | Number of outdated dependencies |
| breaking | Number of breaking changes detected |
| summary | JSON summary of the scan |