builder/amazon: `ssh_private_ip` works for winrm

This commit is contained in:
Matthew Hooker 2017-02-04 01:01:58 -08:00
parent db49f10cad
commit 65a9b8edf4
No known key found for this signature in database
GPG Key ID: 7B5F933D9CE8C6A1
3 changed files with 3 additions and 3 deletions

View File

@ -288,7 +288,7 @@ builder.
of the key pair. of the key pair.
- `ssh_private_ip` (boolean) - If true, then SSH will always use the private - `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_id` (string) - If using VPC, the ID of the subnet, such as
`subnet-12345def`, where Packer will launch the EC2 instance. This field is `subnet-12345def`, where Packer will launch the EC2 instance. This field is

View File

@ -186,7 +186,7 @@ builder.
must be specified with this. must be specified with this.
- `ssh_private_ip` (boolean) - If `true`, then SSH will always use the private - `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_id` (string) - If using VPC, the ID of the subnet, such as
`subnet-12345def`, where Packer will launch the EC2 instance. This field is `subnet-12345def`, where Packer will launch the EC2 instance. This field is

View File

@ -290,7 +290,7 @@ builder.
of the key pair. of the key pair.
- `ssh_private_ip` (boolean) - If true, then SSH will always use the private - `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_id` (string) - If using VPC, the ID of the subnet, such as
`subnet-12345def`, where Packer will launch the EC2 instance. This field is `subnet-12345def`, where Packer will launch the EC2 instance. This field is