-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Add
AppIdentity
to GuClassicLoadBalancer
Adding `AppIdentity` to `GuClassicLoadBalancer` to support a multi-app stack. This means the auto-generated logicalId gets suffixed with the app string and the resource also gets the App tag. This isn't considered a breaking change because `GuClassicLoadBalancer` only gets used when migrating a stack and not for new stacks. That is, we can expect `existingLogicalId` will always get set, which will prevent the logicalId from being auto-generated.
- Loading branch information
Showing
2 changed files
with
46 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters