actions-marketplace-validations/terraform-module-versions
Checks Terraform modules for outdated versions (based on dependabot)
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit May 3, 2022
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/trumant_terraform-module-versions-action@9d0ee9ffa22050b471bd8445008ada11d4629d38 # no releases — HEAD as of 2026-07-12tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| directory | Where to look for terraform files to check for dependency updates. The directory is relative to the repository's root. Multiple paths can be provided by splitting them with a new line. Example: directory: | /path/to/first/module /path/to/second/module | no | / |
| token | Auth token used to read the repository being processed [Learn more about creating and using encrypted secrets](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets) | no | ${{ github.token }} |
| github_dependency_token | Auth token used for checking terraform dependencies that are from github repositories. Token requires read access to all modules that you want to automatically check for updates [Learn more about creating and using encrypted secrets](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets) | no | ${{ github.token }} |
Outputs
no outputs