Skip to content

Commit 58fd04d

Browse files
committed
fix: missed updates and sync with cookiecutters
1 parent e5eeb85 commit 58fd04d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Unicorn.Web/Integration/subscriptions.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Resources:
3232
Arn:
3333
Fn::Sub: "{{resolve:ssm:/uni-prop/${Stage}/UnicornWebEventBusArn}}"
3434
RoleArn:
35-
Fn::GetAtt: UnicornPropertiesEventBusToUnicornWebEventBusRole.Arn
35+
Fn::GetAtt: [ UnicornPropertiesEventBusToUnicornWebEventBusRole, Arn ]
3636

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

0 commit comments

Comments
 (0)