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
In the DiffFormatter, we have options to formatSecurityDiff and formatStackDiff. For the stack diff, nestedStackTemplates can be provided via property and this becomes part of the stack diff:
Describe the bug
In the
DiffFormatter
, we have options toformatSecurityDiff
andformatStackDiff
. For the stack diff,nestedStackTemplates
can be provided via property and this becomes part of the stack diff:For the security diff, this isn't considered at all, so it will always ignore nested stacks and only diff on the root stack.
We need to consider nested stacks for the security diff as well.
Regression Issue
Last Known Working CDK Version
No response
Expected Behavior
n/a
Current Behavior
n/a
Reproduction Steps
n/a
Possible Solution
No response
Additional Information/Context
No response
CDK CLI Version
2.1006.0
Framework Version
No response
Node.js Version
Node 20
OS
MacOS
Language
TypeScript
Language Version
No response
Other information
No response
The text was updated successfully, but these errors were encountered: