File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
unicorn_approvals/integration Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ labelPRBasedOnFilePath:
3
3
service/contracts :
4
4
- Unicorn.Contracts
5
5
service/properties :
6
- - Unicorn.Properties
6
+ - Unicorn.Approvals
7
7
service/web :
8
8
- Unicorn.Web
9
9
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Resources:
22
22
EventBusName :
23
23
Fn::Sub : " {{resolve:ssm:/uni-prop/${Stage}/UnicornApprovalsEventBus}}"
24
24
StatementId :
25
- Fn::Sub : " OnlyRulesForPropertiesServiceEvents -${Stage}"
25
+ Fn::Sub : " OnlyRulesForApprovalServiceEvents -${Stage}"
26
26
Statement :
27
27
Effect : Allow
28
28
Principal :
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ Outputs:
47
47
Description : Unicorn Contracts namespace parameter value
48
48
Value : !GetAtt UnicornContractsNamespaceParam.Value
49
49
50
- UnicornPropertiesNamespaceValue :
50
+ UnicornApprovalsNamespaceValue :
51
51
Description : Unicorn Properties namespace parameter value
52
52
Value : !GetAtt UnicornApprovalsNamespaceParam.Value
53
53
You can’t perform that action at this time.
0 commit comments