Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
jdongo-aneo committed Nov 13, 2024
1 parent 7f68d1f commit b173395
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions container-registry/aws/ecr/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ This module must be used with these constraints:

| Name | Version |
|------|---------|
| <a name="provider_aws"></a> [aws](#provider\_aws) | 5.72.1 |
| <a name="provider_generic"></a> [generic](#provider\_generic) | 0.1.1 |
| <a name="provider_skopeo2"></a> [skopeo2](#provider\_skopeo2) | 1.1.1 |
| <a name="provider_aws"></a> [aws](#provider\_aws) | >= 5.4.0 |
| <a name="provider_generic"></a> [generic](#provider\_generic) | >= 0.1.1 |
| <a name="provider_skopeo2"></a> [skopeo2](#provider\_skopeo2) | >= 1.1.1 |

## Modules

Expand Down
1 change: 1 addition & 0 deletions container-registry/aws/ecr/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ resource "generic_local_cmd" "logout_public_ecr_login_private" {
update {
triggers = []
cmd = <<EOT
docker logout public.ecr.aws
aws ecr get-login-password --profile "$INPUT_profile" --region "$INPUT_region" | docker login --username AWS --password-stdin "$INPUT_current_account".dkr.ecr."$INPUT_region".amazonaws.com
EOT
}
Expand Down

0 comments on commit b173395

Please sign in to comment.