aws_ecr_pull_through_cache_addresses
Stable
Submodule

AWS ECR Pull Through Cache Address

Used to find the pull through cache address for the AWS account

Providers

The following providers are needed by this module:

Required Inputs

No required inputs.

Optional Inputs

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

pull_through_cache_enabled

Description: Whether to use the ECR pull through cache for the deployed images

Type: bool

Default: true

Outputs

The following outputs are exported:

docker_hub_registry

Description: For use as the image_registry when sourcing public images hosted at docker.io

ecr_public_registry

Description: For use as the image_registry when sourcing public images hosted at public.ecr.aws

github_registry

Description: For use as the image_registry when sourcing public images hosted at ghcr.io

kubernetes_registry

Description: For use as the image_registry when sourcing public images hosted at registry.k8s.io

quay_registry

Description: For use as the image_registry when sourcing public images hosted at quay.io

Usage

No notes