diff --git a/data/replicator/coverage.json b/data/replicator/coverage.json index 6122556c8a..f19db7dae9 100644 --- a/data/replicator/coverage.json +++ b/data/replicator/coverage.json @@ -23,6 +23,19 @@ "service": "ec2", "identifier": "VpcId" }, + { + "resource_type": "AWS::ECR::Repository", + "policy_statements": [ + "cloudformation:GetResource", + "ecr:BatchCheckLayerAvailability", + "ecr:BatchGetImage", + "ecr:DescribeRepositories", + "ecr:GetAuthorizationToken", + "ecr:GetDownloadUrlForLayer" + ], + "service": "ecr", + "identifier": "RepositoryName:" + }, { "resource_type": "AWS::IAM::Policy", "policy_statements": ["iam:GetPolicy"],