You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Stackset order in manifest is not honored during stack instance deletion.
To Reproduce
Manifest deploys StackA which sets a cloudformation export in the member account, next StackB is deployed which uses the first export. Upon deletion of the memberaccount, StackA is deleted first, which fails because one of its exports is being still being used.
Expected behavior
StackB should be deleted first. The resources in the manifest file should be deleted in reverse order of listing/creation.
This behavior was possible with manifest schema version 1, which supported the depends_on attribute.
Please complete the following information about the solution:
Version: v2.6.0
The text was updated successfully, but these errors were encountered:
Hey @RutgerBeyen, thanks for bringing this up!
As you've called out, CfCT's manifest v2 format doesn't currently have any explicit ordering or "depends on" functionality. I've gone ahead and opened a feature request with the team to discuss adding support for this.
Describe the bug
Stackset order in manifest is not honored during stack instance deletion.
To Reproduce
Manifest deploys StackA which sets a cloudformation export in the member account, next StackB is deployed which uses the first export. Upon deletion of the memberaccount, StackA is deleted first, which fails because one of its exports is being still being used.
Expected behavior
StackB should be deleted first. The resources in the manifest file should be deleted in reverse order of listing/creation.
This behavior was possible with manifest schema version 1, which supported the depends_on attribute.
Please complete the following information about the solution:
The text was updated successfully, but these errors were encountered: