Skip to content

Commit 4683f3e

Browse files
committed
refactor: renamed UnicornPropertiesNamespace to UnicornApprovalsNamespace in shared namespace definition
1 parent cfe01fb commit 4683f3e

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

unicorn_shared/uni-prop-namespaces.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ Resources:
1414
Name: !Sub /uni-prop/UnicornContractsNamespace
1515
Value: "unicorn.contracts"
1616

17-
UnicornPropertiesNamespaceParam:
17+
UnicornApprovalsNamespaceParam:
1818
Type: AWS::SSM::Parameter
1919
Properties:
2020
Type: String
21-
Name: !Sub /uni-prop/UnicornPropertiesNamespace
22-
Value: "unicorn.properties"
21+
Name: !Sub /uni-prop/UnicornApprovalsNamespace
22+
Value: "unicorn.approvals"
2323

2424
UnicornWebNamespaceParam:
2525
Type: AWS::SSM::Parameter
@@ -37,7 +37,7 @@ Outputs:
3737

3838
UnicornPropertiesNamespace:
3939
Description: Unicorn Properties namespace parameter
40-
Value: !Ref UnicornPropertiesNamespaceParam
40+
Value: !Ref UnicornApprovalsNamespaceParam
4141

4242
UnicornWebNamespace:
4343
Description: Unicorn Web namespace parameter
@@ -49,7 +49,7 @@ Outputs:
4949

5050
UnicornPropertiesNamespaceValue:
5151
Description: Unicorn Properties namespace parameter value
52-
Value: !GetAtt UnicornPropertiesNamespaceParam.Value
52+
Value: !GetAtt UnicornApprovalsNamespaceParam.Value
5353

5454
UnicornWebNamespaceValue:
5555
Description: Unicorn Web namespace parameter value

0 commit comments

Comments
 (0)