go-to-k/delstack-action
Run delstack in GitHub Actions
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| stack-name | Names of one or multiple stacks you want to delete (comma separated) | no | — |
| region | AWS Region | no | us-east-1 |
| force | Force Mode to delete stacks including resources with the deletion policy Retain or RetainExceptOnCreate | no | false |
| yes | Skip confirmation prompts (e.g., TerminationProtection disable confirmation) | no | true |
| concurrency-number | Number of parallel stack deletions (default: unlimited) | no | — |
| cdk | Enable CDK mode: synthesize or read cdk.out and delete all stacks | no | false |
| cdk-app | Path to an existing cdk.out directory (skips synthesis). Only used when cdk is true. | no | — |
| cdk-context | CDK context values (comma separated key=value pairs). Only used when cdk is true. | no | — |
Outputs
no outputs