File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ Parameters:
1212 ApplicationUrl :
1313 Type : String
1414 Description : The URL of the application
15- ScopeName :
15+ ScopeEntity :
1616 Type : String
1717 Description : The name of the scope
1818 ReadActionAvailable :
@@ -60,17 +60,17 @@ Resources:
6060 Scopes :
6161 - Fn::If :
6262 - HasReadAction
63- - ScopeName : !Sub '${ScopeName }.read'
63+ - ScopeName : !Sub '${ScopeEntity }.read'
6464 ScopeDescription : Read access
6565 - Ref : AWS::NoValue
6666 - Fn::If :
6767 - HasWriteAction
68- - ScopeName : !Sub '${ScopeName }.write'
68+ - ScopeName : !Sub '${ScopeEntity }.write'
6969 ScopeDescription : Write access
7070 - Ref : AWS::NoValue
7171 - Fn::If :
7272 - HasAdminAction
73- - ScopeName : !Sub '${ScopeName }.admin'
73+ - ScopeName : !Sub '${ScopeEntity }.admin'
7474 ScopeDescription : Admin access
7575 - Ref : AWS::NoValue
7676 - Fn::If :
You can’t perform that action at this time.
0 commit comments