Skip to content

nuonco/terraform-aws-ecr-access

Repository files navigation

Terraform AWS ECR Access

A module for setting up ECR access for container image components on Nuon. This module is published to the Terraform Registry.

Usage

To setup the IAM role granting access to Nuon to pull images from an ECR repository, please use the following snippet:

module "nuon_aws_ecr_access" {
  source = "nuonco/ecr-access/aws"

  repository_arns = ["<repository-arn>"]
}

About

Terraform module for granting access for Nuon container image components.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages