Add comment on required subnet_id when using vpc_id

This commit is contained in:
Tom de Vries 2016-06-24 10:35:22 +02:00 committed by GitHub
parent 8e2bca030c
commit 510e4c991e
1 changed files with 2 additions and 1 deletions

View File

@ -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"