From d41777fcadcc1916966557147bc9c20b2bf88850 Mon Sep 17 00:00:00 2001 From: "Matthew C. Morgan" Date: Thu, 17 Apr 2025 14:01:38 -0400 Subject: [PATCH] pull across accounts from central ecr --- README.md | 1 + copy_images.tf | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index 93d0913..1ddc668 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ The module deploys Karpenter needed AWS resources, namely in IAM. It copies the | Name | Version | |------|---------| | [aws](#provider\_aws) | 5.94.1 | +| [aws.eecr](#provider\_aws.eecr) | 5.94.1 | | [helm](#provider\_helm) | 2.17.0 | ## Modules diff --git a/copy_images.tf b/copy_images.tf index 5d4d643..d66c0e3 100644 --- a/copy_images.tf +++ b/copy_images.tf @@ -36,6 +36,7 @@ module "images" { } data "aws_ecr_authorization_token" "ecr_token" { + provider = aws.eecr registry_id = var.eecr_account_id }