cloudposse/GitHub Action Atmos Terraform Drift Detection
GitHub Action Atmos Terraform Drift Detection
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| max-opened-issues | Number of open drift detection issues. Use `-1` to open unlimited number of issues. Default: 10 | no | 10 |
| assignee-users | Comma-separated list of users to assign issues to. This is used only when issue is getting created. | no | "" |
| assignee-teams | Comma-separated list of teams to assign issues to. You have to pass github token with `read:org` scope. This is used only when issue is getting created. | no | "" |
| labels | Comma-separated list of additional labels to assign issues to. | no | "" |
| process-all | Process all issues or only the ones that relates to affected stacks. Default: false | no | false |
| token | Used to pull node distributions for Atmos from Cloud Posse's GitHub repository. Since there's a default, this is typically not supplied by the user. When running this action on github.com, the default value is sufficient. When running on GHES, you can pass a personal access token for github.com if you are experiencing rate limiting. | — | ${{ github.server_url == 'https://github.com' && github.token || '' }} |
Outputs
no outputs