AWS ECR
@hashicorp
The AWS ECR plugin pushes a Docker image to an Elastic Container Registry on AWS.
- Official
- Built-in
Updated 2 months ago
- GitHub(opens in new tab)
@hashicorp
The AWS ECR plugin pushes a Docker image to an Elastic Container Registry on AWS.
Updated 2 months ago
Store a docker image within an Elastic Container Registry on AWS.
registry {
use "aws-ecr" {
region = "us-east-1"
tag = "latest"
}
}