From b2e9277d3b8cec19e6e935629d8888927bd4c95c Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Sun, 14 Jun 2015 10:51:34 -0700 Subject: [PATCH] website: update for Windows AWS instances --- website/source/docs/builders/amazon-ebs.html.markdown | 4 ++++ website/source/docs/builders/amazon-instance.html.markdown | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/website/source/docs/builders/amazon-ebs.html.markdown b/website/source/docs/builders/amazon-ebs.html.markdown index 0ff9522df..088e6e974 100644 --- a/website/source/docs/builders/amazon-ebs.html.markdown +++ b/website/source/docs/builders/amazon-ebs.html.markdown @@ -168,6 +168,10 @@ each category, the available configuration keys are alphabetized. * `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. +* `windows_password_timeout` (string) - The timeout for waiting for + a Windows password for Windows instances. Defaults to 20 minutes. + Example value: "10m" + ## Basic Example Here is a basic example. It is completely valid except for the access keys: diff --git a/website/source/docs/builders/amazon-instance.html.markdown b/website/source/docs/builders/amazon-instance.html.markdown index ae5fbff27..249313160 100644 --- a/website/source/docs/builders/amazon-instance.html.markdown +++ b/website/source/docs/builders/amazon-instance.html.markdown @@ -209,6 +209,10 @@ each category, the available configuration keys are alphabetized. it is perfectly okay to create this directory as part of the provisioning process. +* `windows_password_timeout` (string) - The timeout for waiting for + a Windows password for Windows instances. Defaults to 20 minutes. + Example value: "10m" + ## Basic Example Here is a basic example. It is completely valid except for the access keys: