Fix typo, proviate_ip -> private_ip

This commit is contained in:
James Martelletti 2014-09-01 18:06:39 +10:00
parent bea8ea9b25
commit 821a0a6dc6
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.
* `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.
* `proviate_ip` - (Optional) Private IP address to associate with the
* `private_ip` - (Optional) Private IP address to associate with the
instance in a VPC.
* `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.