From 118325f6b6fbb9f7c7a17b069561cfd67e0fb070 Mon Sep 17 00:00:00 2001 From: Emil Hessman Date: Mon, 15 Dec 2014 07:03:33 +0100 Subject: [PATCH] website/intro/getting-started: clarify that multiple builders of the same type must have a unique name --- .../source/intro/getting-started/parallel-builds.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/intro/getting-started/parallel-builds.html.markdown b/website/source/intro/getting-started/parallel-builds.html.markdown index 72ab4737c..8a125719e 100644 --- a/website/source/intro/getting-started/parallel-builds.html.markdown +++ b/website/source/intro/getting-started/parallel-builds.html.markdown @@ -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.