AWS ECR Repositories
Providers
The following providers are needed by this module:
- aws (5.39.1)
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