builder/amazon: `ssh_private_ip` works for winrm

pull/4509/head
Matthew Hooker 9 years ago
parent db49f10cad
commit 65a9b8edf4
No known key found for this signature in database
GPG Key ID: 7B5F933D9CE8C6A1

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

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

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

Loading…
Cancel
Save