cfntools / cloudformation-gaps

Project to track CloudFormation Coverage
34 stars 1 forks source link

AWS::ECR::Repository.Tags #41

Closed trav-c closed 5 years ago

trav-c commented 5 years ago

ECR Repositories can be tagged with the following API https://docs.aws.amazon.com/AmazonECR/latest/APIReference/API_TagResource.html

There is no support for this tagging listed in the CloudFormation documentation for ECR repositories https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecr-repository.html

trav-c commented 5 years ago

A feature request has now been submitted to AWS support for this.

trav-c commented 5 years ago

Support for tagging ECR repositories via CloudFormation is now available, although it is not mentioned in the release notes, it is confirmed here: https://github.com/aws/containers-roadmap/issues/93#issuecomment-502164657

And documented here: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecr-repository.html

benbridts commented 5 years ago

Thanks!