actions-marketplace-validations/CloudFormation Change Set
GitHub Action that creates, deletes and executes CloudFormation change sets
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| method | The action type | yes | — |
| stack_name | CloudFormation stack name | yes | — |
| aws_access_key_id | aws_access_key_id | yes | — |
| aws_secret_access_key | aws_secret_access_key | yes | — |
| aws_region | aws_region | yes | — |
| template_file | Path to CloudFormation template | no | — |
| parameters | Parameters for the template | no | — |
| changeset_name | Name of changeset | no | — |
Outputs
| name | description |
|---|---|
| changeset_id | The changeset id |
| changeset_name | The changeset name |