remove ssh_private_ip from docs

pull/5888/head
Matthew Hooker 8 years ago
parent 21313f4cf3
commit 2747562708
No known key found for this signature in database
GPG Key ID: 7B5F933D9CE8C6A1

@ -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…
Cancel
Save