cfripper icon indicating copy to clipboard operation
cfripper copied to clipboard

Add actionability parameter to the rule baseclass.

Open Max-Huneshagen opened this issue 2 years ago • 1 comments

We add an actionability parameter to the base class rule. If True, this parameter indicates that the non-fulfilment of the rule can be solved without recreating any resource and/or stack. The standard value is set to True for all rules.

Max-Huneshagen avatar Nov 03 '23 15:11 Max-Huneshagen

Maybe it'd be worth to add something a bit more extensible. We could add a variable called SOLUTION_TYPE it could be an enum with a few values: REQUIRES_CF_TEARDOWN, REQUIRES_RESOURCE_RECREATION, IN_PLACE_UPDATE...

jsoucheiron avatar Nov 06 '23 14:11 jsoucheiron