From 65a9b8edf46fcc7bfadbf8effc9d6ada3ff50258 Mon Sep 17 00:00:00 2001 From: Matthew Hooker Date: Sat, 4 Feb 2017 01:01:58 -0800 Subject: [PATCH] builder/amazon: `ssh_private_ip` works for winrm --- website/source/docs/builders/amazon-ebs.html.md | 2 +- website/source/docs/builders/amazon-ebsvolume.html.md | 2 +- website/source/docs/builders/amazon-instance.html.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/website/source/docs/builders/amazon-ebs.html.md b/website/source/docs/builders/amazon-ebs.html.md index a055f6878..7344d44fa 100644 --- a/website/source/docs/builders/amazon-ebs.html.md +++ b/website/source/docs/builders/amazon-ebs.html.md @@ -288,7 +288,7 @@ builder. of the key pair. - `ssh_private_ip` (boolean) - If true, then SSH will always use the private - IP if available. + IP if available. Also works for WinRM. - `subnet_id` (string) - If using VPC, the ID of the subnet, such as `subnet-12345def`, where Packer will launch the EC2 instance. This field is diff --git a/website/source/docs/builders/amazon-ebsvolume.html.md b/website/source/docs/builders/amazon-ebsvolume.html.md index 436d38e38..ec9570071 100644 --- a/website/source/docs/builders/amazon-ebsvolume.html.md +++ b/website/source/docs/builders/amazon-ebsvolume.html.md @@ -186,7 +186,7 @@ builder. must be specified with this. - `ssh_private_ip` (boolean) - If `true`, then SSH will always use the private - IP if available. + IP if available. Also works for WinRM. - `subnet_id` (string) - If using VPC, the ID of the subnet, such as `subnet-12345def`, where Packer will launch the EC2 instance. This field is diff --git a/website/source/docs/builders/amazon-instance.html.md b/website/source/docs/builders/amazon-instance.html.md index 28c2e36fc..0c8eebcb0 100644 --- a/website/source/docs/builders/amazon-instance.html.md +++ b/website/source/docs/builders/amazon-instance.html.md @@ -290,7 +290,7 @@ builder. of the key pair. - `ssh_private_ip` (boolean) - If true, then SSH will always use the private - IP if available. + IP if available. Also works for WinRM. - `subnet_id` (string) - If using VPC, the ID of the subnet, such as `subnet-12345def`, where Packer will launch the EC2 instance. This field is