Creates ECR repository to store container images created by GitHub actions
Name | Version |
---|---|
terraform | >= 0.14.0 |
aws | ~> 3.71.0 |
Name | Version |
---|---|
aws | ~> 3.71.0 |
No modules.
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 |
Name | Description | Type | Default | Required |
---|---|---|---|---|
max_any_image_count | Maximum number of images that you want to retain in repository. | number |
100 |
no |
name | Name of the ECR repository. | string |
n/a | yes |
pull_arns | List of IAM ARNs that can pull images. | list(string) |
n/a | yes |
push_arns | List of IAM ARNs that can push and pull images and tags. | list(string) |
n/a | yes |
tags | A map of tags to apply to all resources | map(string) |
{} |
no |
No outputs.