mirror of
https://github.com/hashicorp/packer.git
synced 2026-05-28 04:35:38 -04:00
Merge pull request #3339 from SanderKnape/packer-documentation
Fix incorrect amazon-ebs property in documentation
This commit is contained in:
commit
a84f4fffae
1 changed files with 2 additions and 1 deletions
|
|
@ -138,7 +138,8 @@ builder.
|
|||
- `run_tags` (object of key/value strings) - Tags to apply to the instance
|
||||
that is *launched* to create the AMI. These tags are *not* applied to the
|
||||
resulting AMI unless they're duplicated in `tags`.
|
||||
- `volume_run_tags` (object of key/value strings) - Tags to apply to the volumes
|
||||
|
||||
- `run_volume_tags` (object of key/value strings) - Tags to apply to the volumes
|
||||
that are *launched* to create the AMI. These tags are *not* applied to the
|
||||
resulting AMI unless they're duplicated in `tags`.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue