shiftcode/cdk-synth-and-diff
synths and runs a diff against the PR base branch. This is useful for checking what changes would be applied if the PR were merged. To run this action you need to have the @shiftcode/branch-utilities package installed in your repository. (version >=4.1.0)
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| githubToken | GitHub token to use for the diff action | yes | — |
| failOnDestructiveChanges | Whether or not destructive changes should fail the job | no | true |
| allowedDestroyTypes | Comma delimited list of resource types that are allowed to be destroyed | no | "" |
| iacDir | The location of the IAC package | no | packages/iac |
| cdkOutFilename | The name of the cdk.out file | no | pr-base.cdk.out |
| cloudFormationTemplate | The CloudFormation template to use for the diff | no | "" |
| awsConfigFilePath | The path to the AWS config file | no | ./aws-accounts.config.json |
Outputs
no outputs