Skip to content

Terraform module which creates ECR with image rotation by given tags

Notifications You must be signed in to change notification settings

lynnlin827/terraform-aws-tagged-ecr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

terraform-aws-tagged-ecr

Create ECR which:

  • Keep only a number of images with the given tags
  • Remove all untagged images

Usage

module "tagged-ecr" {
  source = "lynnlin827/tagged-ecr/aws"

  name             = "php-base-image"
  image_tag_prefix = ["DEV", "PR"]
  image_limit      = 50
}

About

Terraform module which creates ECR with image rotation by given tags

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published