shiftcode/Delete Orphan CloudFormation Stacks
Delete orphan cloudformation stacks by prefix
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| githubToken | token for reading repository branches | yes | — |
| stackNamePrefix | prefix of the stack names to delete | yes | — |
| ignoreStacks | provide a list of stacks identifiers to ignore (JSON array). eg. ["xx1"] | yes | [] |
| dryMode | do not actually delete stacks. only output the detected orphans | no | false |
Outputs
| name | description |
|---|---|
| deletedStacks | The stacks that were deleted (array of names) |