Panfactum LogoPanfactum
Infrastructure ModulesAWSaws_ecr_repos

AWS ECR Repositories

aws_ecr_repos
Stable
Live
Source Code Link

Providers

The following providers are needed by this module:

Required Inputs

The following input variables are required:

ecr_repository_names

Description: The names of the repositories to create.

Type: list(string)

Optional Inputs

The following input variables are optional (have default values):

expire_tagged_images

Description: Whether tagged images should be removed after 14 days

Type: bool

Default: false

is_immutable

Description: Whether immutable tags are enabled

Type: bool

Default: true

trusted_account_ids

Description: The ids of the accounts that have completed access to each repository.

Type: list(string)

Default: []

Outputs

The following outputs are exported:

repos

Description: n/a

Usage

No notes