remove ssh_private_ip from docs
This commit is contained in:
parent
21313f4cf3
commit
2747562708
|
@ -337,8 +337,8 @@ builder.
|
|||
in AWS with the source instance, set the `ssh_keypair_name` field to the name
|
||||
of the key pair.
|
||||
|
||||
- `ssh_private_ip` (boolean) - *Deprecated* use `ssh_interface` instead. If `true`,
|
||||
then SSH will always use the private IP if available. Also works for WinRM.
|
||||
- `ssh_private_ip` (boolean) - No longer supported. See
|
||||
[`ssh_interface`](#ssh_interface). A fixer exists to migrate.
|
||||
|
||||
- `ssh_interface` (string) - One of `public_ip`, `private_ip`,
|
||||
`public_dns` or `private_dns`. If set, either the public IP address,
|
||||
|
|
|
@ -330,8 +330,8 @@ builder.
|
|||
in AWS with the source instance, set the `ssh_keypair_name` field to the name
|
||||
of the key pair.
|
||||
|
||||
- `ssh_private_ip` (boolean) - *Deprecated* use `ssh_interface` instead. If `true`,
|
||||
then SSH will always use the private IP if available. Also works for WinRM.
|
||||
- `ssh_private_ip` (boolean) - No longer supported. See
|
||||
[`ssh_interface`](#ssh_interface). A fixer exists to migrate.
|
||||
|
||||
- `ssh_interface` (string) - One of `public_ip`, `private_ip`,
|
||||
`public_dns` or `private_dns`. If set, either the public IP address,
|
||||
|
|
|
@ -224,8 +224,8 @@ builder.
|
|||
[`ssh_private_key_file`](/docs/templates/communicator.html#ssh_private_key_file)
|
||||
must be specified with this.
|
||||
|
||||
- `ssh_private_ip` (boolean) - *Deprecated* use `ssh_interface` instead. If `true`,
|
||||
then SSH will always use the private IP if available. Also works for WinRM.
|
||||
- `ssh_private_ip` (boolean) - No longer supported. See
|
||||
[`ssh_interface`](#ssh_interface). A fixer exists to migrate.
|
||||
|
||||
- `ssh_interface` (string) - One of `public_ip`, `private_ip`,
|
||||
`public_dns` or `private_dns`. If set, either the public IP address,
|
||||
|
|
|
@ -338,8 +338,8 @@ builder.
|
|||
in AWS with the source instance, set the `ssh_keypair_name` field to the name
|
||||
of the key pair.
|
||||
|
||||
- `ssh_private_ip` (boolean) - *Deprecated* use `ssh_interface` instead. If `true`,
|
||||
then SSH will always use the private IP if available. Also works for WinRM.
|
||||
- `ssh_private_ip` (boolean) - No longer supported. See
|
||||
[`ssh_interface`](#ssh_interface). A fixer exists to migrate.
|
||||
|
||||
- `ssh_interface` (string) - One of `public_ip`, `private_ip`,
|
||||
`public_dns` or `private_dns`. If set, either the public IP address,
|
||||
|
|
Loading…
Reference in New Issue