From f6508f59eef47af9391c716e7bfffa265def9750 Mon Sep 17 00:00:00 2001 From: Anton Kukushkin Date: Thu, 12 Sep 2024 14:43:41 +0100 Subject: [PATCH] fix modulestack --- modules/mlflow/mlflow-image/modulestack.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/mlflow/mlflow-image/modulestack.yaml b/modules/mlflow/mlflow-image/modulestack.yaml index be36fdfc..9ea9c80b 100644 --- a/modules/mlflow/mlflow-image/modulestack.yaml +++ b/modules/mlflow/mlflow-image/modulestack.yaml @@ -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 @@ -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]