bloomsei/CloudFormation ChangeSet as Markdown
Create a CloudFormation ChangeSet and convert it to markdown.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| template | CloudFormation template; either local path or (S3) URL | yes | — |
| stack | The name of the stack on which to apply template (must exist already) | yes | — |
| change-set | Name of the created ChangeSet | no | github-action-${{ github.sha }} |
| region | AWS region where the stack is located | no | us-east-1 |
| parameters | CloudFormation template parameters in format "key=value,key2=value2,..." | no | "" |
Outputs
| name | description |
|---|---|
| markdown | Markdown representation of created change set |