Skip to content

Commit

Permalink
pull across accounts from central ecr
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Apr 17, 2025
1 parent 6cfe8fc commit 616da5c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ This modules installs the OpenTelemetry Collector operator and two Collectors. O

| Name | Version |
|------|---------|
| <a name="provider_aws"></a> [aws](#provider\_aws) | 5.93.0 |
| <a name="provider_aws"></a> [aws](#provider\_aws) | 5.94.1 |
| <a name="provider_aws.eecr"></a> [aws.eecr](#provider\_aws.eecr) | 5.94.1 |
| <a name="provider_helm"></a> [helm](#provider\_helm) | 2.17.0 |

## Modules
Expand Down
3 changes: 2 additions & 1 deletion copy_images.tf
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,8 @@ module "images" {
}

data "aws_ecr_authorization_token" "ecr_token" {
registry_id = var.account_id
provider = aws.eecr
registry_id = var.eecr_account_id
}

data "aws_ecr_authorization_token" "token" {
Expand Down

0 comments on commit 616da5c

Please sign in to comment.