jbw/CloudFormation Deploy Action
Deploys a CloudFormation stack
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| stackName | The name of the stack to deploy | yes | "" |
| templateFile | The relative path to the template file | no | "" |
| templateUrl | The URL to the template file | no | "" |
| capabilities | The capabilities to add to the stack | no | CAPABILITY_IAM |
| timeout | The timeout for the stack operation | no | 60 |
| wait | Wait for the stack operation to complete | no | true |
| executeChangeSet | Execute the change set | no | true |
| enableRollback | Enable rollback on stack failure | no | false |
| terminationProtection | Enable termination protection | no | false |
| roleArn | The ARN of the role to use for the stack | no | "" |
| notificationArn | The ARN of the notification topics to use for the stack | no | "" |
| tags | The tags to add to the stack | no | [] |
| parameterOverrides | The parameter overrides to add to the stack | no | [] |
| parameterOverridesFilePath | The path to the parameter overrides file | no | "" |
Outputs
no outputs