Skip to content

Commit

Permalink
fix: missed updates and sync with cookiecutters
Browse files Browse the repository at this point in the history
  • Loading branch information
sliedig committed Jan 22, 2024
1 parent e5eeb85 commit 58fd04d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Unicorn.Web/Integration/subscriptions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Resources:
Arn:
Fn::Sub: "{{resolve:ssm:/uni-prop/${Stage}/UnicornWebEventBusArn}}"
RoleArn:
Fn::GetAtt: UnicornPropertiesEventBusToUnicornWebEventBusRole.Arn
Fn::GetAtt: [ UnicornPropertiesEventBusToUnicornWebEventBusRole, Arn ]

# This IAM role allows EventBridge to assume the permissions necessary to send events
# from the publishing event bus, to the subscribing event bus (UnicornWebEventBusArn)
Expand Down

0 comments on commit 58fd04d

Please sign in to comment.