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 bb7b897 commit bbbc8bd
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 @@ -70,7 +70,8 @@ sys 0m3.489s

| Name | Version |
|------|---------|
| <a name="provider_aws"></a> [aws](#provider\_aws) | 5.89.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 @@ -98,7 +98,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 bbbc8bd

Please sign in to comment.