Skip to content
This repository has been archived by the owner on Feb 20, 2024. It is now read-only.

Analytical Platform Terraform ECR Repository • This repository is defined and managed in Terraform

Notifications You must be signed in to change notification settings

ministryofjustice/ap-terraform-ecr-repository

Repository files navigation

Creates ECR repository to store container images created by GitHub actions

Requirements

Name Version
terraform >= 0.14.0
aws ~> 3.71.0

Providers

Name Version
aws ~> 3.71.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
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

Outputs

No outputs.

About

Analytical Platform Terraform ECR Repository • This repository is defined and managed in Terraform

Topics

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages