builder/amazon: `ssh_private_ip` works for winrm
This commit is contained in:
parent
db49f10cad
commit
65a9b8edf4
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue