Skip to content

Commit

Permalink
fix modulestack
Browse files Browse the repository at this point in the history
  • Loading branch information
kukushking committed Sep 12, 2024
1 parent 4d7882a commit f6508f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/mlflow/mlflow-image/modulestack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Parameters:
RoleName:
Type: String
Description: The name of the IAM Role
ECRRepoName:
ECRRepositoryName:
Type: String
Description: The name of the ECR repository

Expand All @@ -36,7 +36,7 @@ Resources:
- "ecr:Put*"
Effect: Allow
Resource:
- !Sub "arn:${AWS::Partition}:ecr:${AWS::Region}:${AWS::AccountId}:repository/${ECRRepoName}"
- !Sub "arn:${AWS::Partition}:ecr:${AWS::Region}:${AWS::AccountId}:repository/${ECRRepositoryName}"
Version: 2012-10-17
PolicyName: "modulespecific-policy"
Roles: [!Ref RoleName]

0 comments on commit f6508f5

Please sign in to comment.