actions-marketplace-validations/terraform-dependabot

Dependency updater for terraform with HCL 2.0 support (based on dependabot)

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
directoryWhere to look for terraform files to check for dependency upgrades. 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/
target_branchBranch to create pull requests against. By default your repository's default branch is used. no
tokenAuth token used to push the changes back to github and create the pull request with. [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_tokenAuth 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 }}

no outputs