Commit a84f4fff authored by Rickard von Essen's avatar Rickard von Essen
Browse files

Merge pull request #3339 from SanderKnape/packer-documentation

Fix incorrect amazon-ebs property in documentation
parents 0f319fde e75ce841
No related merge requests found
Showing with 2 additions and 1 deletion
+2 -1
......@@ -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`.
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment