From 510e4c991e8ea9e6bd1e4ce725e3799d0617e5b6 Mon Sep 17 00:00:00 2001 From: Tom de Vries Date: Fri, 24 Jun 2016 10:35:22 +0200 Subject: [PATCH] Add comment on required subnet_id when using vpc_id --- website/source/docs/builders/amazon-ebs.html.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/website/source/docs/builders/amazon-ebs.html.md b/website/source/docs/builders/amazon-ebs.html.md index 8ad3039b0..a11f8cbba 100644 --- a/website/source/docs/builders/amazon-ebs.html.md +++ b/website/source/docs/builders/amazon-ebs.html.md @@ -214,7 +214,8 @@ builder. data when launching the instance. - `vpc_id` (string) - If launching into a VPC subnet, Packer needs the VPC ID - in order to create a temporary security group within the VPC. + in order to create a temporary security group within the VPC. Requires `subnet_id` + to be set. - `windows_password_timeout` (string) - The timeout for waiting for a Windows password for Windows instances. Defaults to 20 minutes. Example value: "10m"