Skip to content

Commit

Permalink
Update README to include ensure_available
Browse files Browse the repository at this point in the history
  • Loading branch information
martinbaillie committed Oct 28, 2018
1 parent 7dc50a8 commit 59fe6e3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

This plugin fills a gap in a lot of AWS image bakery workflows where the source image built by any of Packer's Amazon builders (EBS, Chroot, Instance etc.) needs to be copied to a number of target accounts.

For each `region:ami-id` built, the plugin will copy the image and tags, and optionally encrypt the target AMI.
For each `region:ami-id` built, the plugin will copy the image and tags, and optionally encrypt the target AMI and wait for it to become active.


### Installation
Expand Down Expand Up @@ -53,3 +53,4 @@ Optional:
- `copy_concurrency` (integer) - Limit the number of copies executed in parallel (default: unlimited).
- `encrypt_boot` (boolean) - create the copy with an encrypted EBS volume in the target accounts
- `kms_key_id` (string) - the ID of the KMS key to use for boot volume encryption. (default EBS KMS key used otherwise).
- `ensure_available` (boolean) - wait until the AMI becomes available in the copy target account(s)

0 comments on commit 59fe6e3

Please sign in to comment.