actions-marketplace-validations/Summarize diffs of CloudFormation
GitHub Actions to summarize diffs of CloudFormation stack.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| aws-region | AWS Region, e.g. ap-northeast-1 | yes | — |
| cdk-outputs-directory | Name of the directory into which the cdk outputs. | no | cdk.out |
| stack-with-templates | Set one or more newline-delimited strings that pair the stack name with the template file path using =. | no | — |
| force-drift-detection | Request forced detection of drift for the stack | no | false |
| enable-drift-detection | Checks whether your CloudFormation stacks' actual configuration differs. | no | true |
| drift-delay-milliseconds | — | no | 3000 |
| drift-maxAttempts | — | no | 7 |
| drift-timeout-milliseconds | — | no | 360000 |
| role-to-assume | Use the provided credentials to assume an IAM role and configure the Actions environment with the assumed role credentials rather than with the provided credentials | no | — |
| working-directory | Working directory of where to run the process. | no | — |
| github-token | The GitHub token used to post comment. | no | ${{ github.token }} |
Outputs
no outputs