unbounce / iidy

iidy (Is it done yet?) -- CloudFormation with Confidence
MIT License
52 stars 7 forks source link

add DELETE_SKIPPED as a colorized status #248

Closed dannosaur closed 4 years ago

dannosaur commented 4 years ago

Recently made a change to one of my stacks that involved a resource having a DeletionPolicy of "Retain". CFN sets the status of the resource to DELETE_SKIPPED, which I noticed didn't have a color set.

I used blue just to make it stand out a bit more and make it evident that a skip event happened.