Merge pull request #251 from jmartelletti/fix-typo

website: Fix typo, proviate_ip -> private_ip
This commit is contained in:
Mitchell Hashimoto 2014-09-01 09:50:37 -07:00
commit b52d323040
1 changed files with 1 additions and 1 deletions

View File

@ -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.