Merge pull request #4509 from mitchellh/winrmprivateip

builder/amazon: `ssh_private_ip` works for winrm
This commit is contained in:
Matthew Hooker 2017-02-04 01:02:54 -08:00 committed by GitHub
commit 61a9164c7b
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