cloudposse/GitHub Action Atmos Terraform Drift Remediation
GitHub Action Atmos Terraform Drift Remediation
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| issue-number | Issue Number | yes | — |
| action | Drift remediation action. One of ['remediate', 'discard'] | no | remediate |
| atmos-version | The version of atmos to install | no | >= 1.158.0 |
| atmos-config-path | The path to the atmos.yaml file | yes | — |
| skip-checkout | Disable actions/checkout. Useful for when the checkout happens in a previous step and file are modified outside of git through other actions | no | false |
| debug | Enable action debug mode. 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