Skip to content

synapsestudios/terraform-aws-ecr-repository

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ECR Repository

This module generates an ECR repository from a name to be used to store docker images and push to ECS.

https://docs.aws.amazon.com/AmazonECR/latest/userguide/repository-create.html

https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/US_SetupSNS.html

Requirements

Name Version
aws >= 4.0

Providers

Name Version
aws 5.10.0

Modules

No modules.

Resources

Name Type
aws_ecr_lifecycle_policy.this resource
aws_ecr_repository.this resource
aws_ecr_repository_policy.this resource
aws_iam_policy_document.this data source

Inputs

Name Description Type Default Required
allowed_arns The list of IAM user arns that are allowed to push and pull to and from the repository list(string) n/a yes
name The name of the image repository that we are going to create string n/a yes

Outputs

No outputs.