tchupp/Terraform Detect Changes
GitHub Action for detecting changes to terraform files
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| included-paths | Comma-separated paths to narrow down the search for terraform changes. Defaults to all if not specified. | no | "" |
| if-these-paths-change-return-all-included-paths | If the any terraform files on the following paths change, return all included files. (Comma-separated) | no | "" |
Outputs
| name | description |
|---|---|
| changed | JSON encoded object that contains the changed files. '{ changed: Array<string> }' |