Skip to content
This repository was archived by the owner on May 30, 2023. It is now read-only.

Commit 038d53d

Browse files
committed
fix: role name
1 parent a70436c commit 038d53d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

daita-app/auth-service/RoleIdentity/template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Resources:
1212
CognitoAuthorizedRole:
1313
Type: AWS::IAM::Role
1414
Properties:
15-
RoleName: authRole
15+
RoleName: !Sub "${StagePara}-${ApplicationPara}-authRole"
1616
AssumeRolePolicyDocument:
1717
Version: "2012-10-17"
1818
Statement:

0 commit comments

Comments
 (0)