actions-marketplace-validations/AWS CloudFormation Update
Create or Update a CloudFormation Stack from a template
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| stack-name | The name of the Cloudformation stack to be created. For example: example-com-static-cloudformation-stack | yes | — |
| template | The relative path to the CloudFormation stack template. For example: ./cloudformation/s3bucket_with_cloudfront.yml | yes | — |
| aws-region | The AWS region in which to create the stack. For example: us-east-1 | — | — |
| parameters | The parameters to override in the stack inputs as a query string. For example: Param1=foo&Param2=http://example.com | no | — |
| apply-change-set | Whether to show the ChangeSet as a Pull Request comment | no | — |
| capabilities | A comma-delimited list of stack template capabilities to acknowledge. Defaults to 'CAPABILITY_IAM' | no | CAPABILITY_IAM |
Outputs
| name | description |
|---|---|
| outputs | JSON string array of CloudFormation outputs |
| changes | JSON string array of CloudFormation changes |