Skip to content

Commit

Permalink
true wildcard
Browse files Browse the repository at this point in the history
  • Loading branch information
akash1810 committed Sep 24, 2024
1 parent 74eab60 commit e9654b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cdk/lib/__snapshots__/event-forwarder.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ Object {
Object {
"Ref": "AWS::AccountId",
},
":stack/playground-PROD-cdk-playground",
":stack/playground-PROD-cdk-playground*",
],
],
},
Expand Down
2 changes: 1 addition & 1 deletion cdk/lib/event-forwarder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export class EventForwarder extends GuStack {
region,
account,
resource: 'stack',
resourceName: 'playground-PROD-cdk-playground',
resourceName: 'playground-PROD-cdk-playground*',
}),
},
],
Expand Down

0 comments on commit e9654b5

Please sign in to comment.