Summary: terraform module to manage Amazon Elastic Container Registry and sync from another docker repository
This Terraform module creates an ECR repository and then syncs a specific Docker image from an external registry like Docker Hub. This can be useful when deploying Lambda functions from a Docker image, which only supports ECR currently.
- terraform
- github actions
- Creates an AWS ECR repository
- Syncs an image tag from an external registry (ex: Docker Hub)
terraform aws ecr resource documentation here
- look at examples/complete/main.tf for usage
Project is: complete