Closed ktulhax closed 1 month ago
@ktulhax Thanks for this issue. The only resources SF creates are the seedkit (for the entire project via CodeSeeder), the module role (with an attached modulestack if defined) and leverages SSM (no resources there). All other resources are created and destroy by the module.
In your case, you successfully deleted the cached bundle and the SSM metadata for the module (indicating that the module reported back that the destroy was successful). The only remaining resource that SF is aware of is the module role.
Can you provide more info regarding the CFN stack that persists? The name will indicate the usage . Also provide any other pertinent info (the module you are using .... a sample manifest with no proprietary info, etc). We will investigate your use case.
Closing due to lack of info / inability to reproduce
Describe the bug
Seedfarmer successfully finish seedfarmer apply in case if the module was deleted from .yaml manifest or/and the folder with this module was also deleted, but it doesn't actually delete resources, i.e.:
To Reproduce Steps to reproduce the behavior:
seedfarmer apply
seedfarmer apply
againExpected behavior It was expected that after
seedfarmer apply
all relevant resouces will be deletedAdditional context The testing has been done for StepFunction and LogGroup modules