tsuba3/CDK Plan Action
Comment cdk diff to pr
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| cdk-command | CDK command to write templates to cdk.out | no | npx cdk synth |
| cdk-out-dir | Directory of the synthesized cloud assembly | no | cdk.out |
| enable-drift-detection | Whether run drift detection | no | true |
| pr-number | PR number to comment | no | ${{ github.event.pull_request.number }} |
| aws-region | AWS region | yes | — |
| comment-title | Title of bot comment | no | 🌎 Cloudformation Stack Diff |
| replace-comments | Remove previous comments | no | true |
Outputs
| name | description |
|---|---|
| edited-stack-count | The number of stacks which will be updated or created. |
| stack-drift-detected | true if stack drift detection is enabled and some stacks drifts, false otherwise. |