diff --git a/data/replicator/coverage.json b/data/replicator/coverage.json index f19db7dae9..1e103d213a 100644 --- a/data/replicator/coverage.json +++ b/data/replicator/coverage.json @@ -19,7 +19,10 @@ }, { "resource_type": "AWS::EC2::VPC", - "policy_statements": ["cloudformation:GetResource", "ec2:DescribeVpcs"], + "policy_statements": [ + "cloudformation:GetResource", + "ec2:DescribeVpcs" + ], "service": "ec2", "identifier": "VpcId" }, @@ -31,26 +34,37 @@ "ecr:BatchGetImage", "ecr:DescribeRepositories", "ecr:GetAuthorizationToken", - "ecr:GetDownloadUrlForLayer" + "ecr:GetDownloadUrlForLayer", + "ecr:GetLifecyclePolicy", + "ecr:GetRepositoryPolicy", + "ecr:ListTagsForResource" ], "service": "ecr", "identifier": "RepositoryName:" }, { "resource_type": "AWS::IAM::Policy", - "policy_statements": ["iam:GetPolicy"], + "policy_statements": [ + "iam:GetPolicy" + ], "service": "iam", "identifier": "Arn" }, { "resource_type": "AWS::IAM::Role", - "policy_statements": ["cloudformation:GetResource", "iam:GetRole"], + "policy_statements": [ + "cloudformation:GetResource", + "iam:GetRole" + ], "service": "iam", "identifier": "RoleName" }, { "resource_type": "AWS::KMS::Key", - "policy_statements": ["cloudformation:GetResource", "kms:DescribeKey"], + "policy_statements": [ + "cloudformation:GetResource", + "kms:DescribeKey" + ], "service": "kms", "identifier": "KeyId" },