Skip to content

Commit aa3ca5a

Browse files
committed
Nope, dont need the .Arn
1 parent 4b79e32 commit aa3ca5a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

SAMtemplates/messaging/main.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,13 +70,13 @@ Outputs:
7070

7171
ReadNHSNotifyPrescriptionsSQSQueuePolicyArn:
7272
Description: ARN of policy granting permission to read the prescriptions queue
73-
Value: !Ref ReadNHSNotifyPrescriptionsSQSQueuePolicy.Arn
73+
Value: !Ref ReadNHSNotifyPrescriptionsSQSQueuePolicy
7474
Export:
7575
Name: !Sub ${StackName}-ReadNHSNotifyPrescriptionsSQSQueuePolicyArn
7676

7777

7878
WriteNHSNotifyPrescriptionsSQSQueuePolicyArn:
7979
Description: ARN of policy granting permission to write to the prescriptions queue
80-
Value: !Ref WriteNHSNotifyPrescriptionsSQSQueuePolicy.Arn
80+
Value: !Ref WriteNHSNotifyPrescriptionsSQSQueuePolicy
8181
Export:
8282
Name: !Sub ${StackName}-WriteNHSNotifyPrescriptionsSQSQueuePolicyArn

0 commit comments

Comments
 (0)