changing config varibles name in docs to match names in code

This commit is contained in:
John Davies-Colley 2017-11-22 17:15:46 +13:00
parent 75320440ec
commit d4f37ab5f6
4 changed files with 8 additions and 8 deletions

View File

@ -331,8 +331,8 @@ builder.
- `ssh_private_ip` (boolean) - If `true`, then SSH will always use the private
IP if available. Also works for WinRM. Overrides `ssh_interface`.
- `ssh_interface` (string) - One of `PublicIpAddress`, `PrivateIpAddress`,
`PublicDnsName` or `PrivateDnsName`. If set, either the public IP address,
- `ssh_interface` (string) - One of `public_ip`, `private_ip`,
`public_dns` or `private_dns`. If set, either the public IP address,
private IP address, public DNS name or private DNS name will used as the host for SSH.
The default behaviour if inside a VPC is to use the public IP address if available,
otherwise the private IP address will be used. If not in a VPC the public DNS name

View File

@ -324,8 +324,8 @@ builder.
- `ssh_private_ip` (boolean) - If `true`, then SSH will always use the private
IP if available. Also works for WinRM. Overrides `ssh_interface`.
- `ssh_interface` (string) - One of `PublicIpAddress`, `PrivateIpAddress`,
`PublicDnsName` or `PrivateDnsName`. If set, either the public IP address,
- `ssh_interface` (string) - One of `public_ip`, `private_ip`,
`public_dns` or `private_dns`. If set, either the public IP address,
private IP address, public DNS name or private DNS name will used as the host for SSH.
The default behaviour if inside a VPC is to use the public IP address if available,
otherwise the private IP address will be used. If not in a VPC the public DNS name

View File

@ -228,8 +228,8 @@ builder.
- `ssh_private_ip` (boolean) - If `true`, then SSH will always use the private
IP if available. Also works for WinRM. Overrides `ssh_interface`.
- `ssh_interface` (string) - One of `PublicIpAddress`, `PrivateIpAddress`,
`PublicDnsName` or `PrivateDnsName`. If set, either the public IP address,
- `ssh_interface` (string) - One of `public_ip`, `private_ip`,
`public_dns` or `private_dns`. If set, either the public IP address,
private IP address, public DNS name or private DNS name will used as the host for SSH.
The default behaviour if inside a VPC is to use the public IP address if available,
otherwise the private IP address will be used. If not in a VPC the public DNS name

View File

@ -332,8 +332,8 @@ builder.
- `ssh_private_ip` (boolean) - If `true`, then SSH will always use the private
IP if available. Also works for WinRM. Overrides `ssh_interface`.
- `ssh_interface` (string) - One of `PublicIpAddress`, `PrivateIpAddress`,
`PublicDnsName` or `PrivateDnsName`. If set, either the public IP address,
- `ssh_interface` (string) - One of `public_ip`, `private_ip`,
`public_dns` or `private_dns`. If set, either the public IP address,
private IP address, public DNS name or private DNS name will used as the host for SSH.
The default behaviour if inside a VPC is to use the public IP address if available,
otherwise the private IP address will be used. If not in a VPC the public DNS name