Commit 212d5126 authored by Ross Smith II's avatar Ross Smith II

Merge pull request #1759 from ceh/issue-1718

website/intro/getting-started: clarify that multiple builders of the same type must have a unique name

Fixes #1718 
[skip ci]
parents 57ce0e54 118325f6
......@@ -83,7 +83,7 @@ The entire template should now [look like this](https://gist.github.com/pearkes/
Additional builders are simply added to the `builders` array in the template.
This tells Packer to build multiple images. The builder `type` values don't
even need to be different! In fact, if you wanted to build multiple AMIs,
you can do that as well.
you can do that as long as you specify a unique `name` for each build.
Validate the template with `packer validate`. This is always a good practice.
......
Markdown is supported
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