Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Aug 22, 2022
1 parent 972604b commit 2a10139
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# About aws-ecr-copy-images
This module will create ECR repositories with the prefix of _application\_name_ for the list of
repositories in \_application\_list\_. This allows for a project to upload their images into
/{application\_name}/{sub\_app}/\_image\_:\_tag\_.
This module will create ECR repositories with the prefix of {application\_name} for the list of
repositories in {application\_list}. This allows for a project to upload their images into
/{application\_name}/{sub\_app}/{image}:{tag}.

Also, if provided a list of source image configurations, it will download them from their location
and upload them to the prefix of _application\_name\_ followed by the \_name_ in the `image_config`
and upload them to the prefix of {application\_name} followed by the {name} in the `image_config`
object.

# Usage
Expand Down
8 changes: 4 additions & 4 deletions main.tf
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
/*
* # About aws-ecr-copy-images
* This module will create ECR repositories with the prefix of _application_name_ for the list of
* repositories in _application_list_. This allows for a project to upload their images into
* /{application_name}/{sub_app}/_image_:_tag_.
* This module will create ECR repositories with the prefix of {application_name} for the list of
* repositories in {application_list}. This allows for a project to upload their images into
* /{application_name}/{sub_app}/{image}:{tag}.
*
* Also, if provided a list of source image configurations, it will download them from their location
* and upload them to the prefix of _application_name_ followed by the _name_ in the `image_config`
* and upload them to the prefix of {application_name} followed by the {name} in the `image_config`
* object.
*
* # Usage
Expand Down

0 comments on commit 2a10139

Please sign in to comment.