Skip to content

vrs-factory/terraform-aws-ecr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Terraform Module - AWS ECR

Terraform module to provision an Elastic Container Repository (ECR) for AWS.

Usage

module "project_api" {
  source = "git::https://github.com/vrs-factory/terraform-aws-ecr?ref=v1.0.0"

  namespace        = "vrs-factory/project"
  name             = "api"
  max_images_count = 30
}