cloudposse/GitHub Action Atmos Terraform Drift Remediation

GitHub Action Atmos Terraform Drift Remediation

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
issue-numberIssue Numberyes
actionDrift remediation action. One of ['remediate', 'discard']noremediate
atmos-versionThe version of atmos to installno>= 1.158.0
atmos-config-pathThe path to the atmos.yaml fileyes
skip-checkoutDisable actions/checkout. Useful for when the checkout happens in a previous step and file are modified outside of git through other actionsnofalse
debugEnable action debug mode. Default: 'false'nofalse
tokenUsed 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 || '' }}

no outputs