Merge pull request #251 from jmartelletti/fix-typo
website: Fix typo, proviate_ip -> private_ip
This commit is contained in:
commit
b52d323040
|
@ -32,7 +32,7 @@ The following arguments are supported:
|
||||||
for EC2, use the security group name.
|
for EC2, use the security group name.
|
||||||
* `subnet_id` - (Optional) The VPC Subnet ID to launch in.
|
* `subnet_id` - (Optional) The VPC Subnet ID to launch in.
|
||||||
* `associate_public_ip_address` - (Optional) Associate a public ip address with an instance in a VPC.
|
* `associate_public_ip_address` - (Optional) Associate a public ip address with an instance in a VPC.
|
||||||
* `proviate_ip` - (Optional) Private IP address to associate with the
|
* `private_ip` - (Optional) Private IP address to associate with the
|
||||||
instance in a VPC.
|
instance in a VPC.
|
||||||
* `source_dest_check` - (Optional) Controls if traffic is routed to the instance when
|
* `source_dest_check` - (Optional) Controls if traffic is routed to the instance when
|
||||||
the destination address does not match the instance. Used for NAT or VPNs. Defaults false.
|
the destination address does not match the instance. Used for NAT or VPNs. Defaults false.
|
||||||
|
|
Loading…
Reference in New Issue