From 821a0a6dc6f1b839462094796144e0475f11cd97 Mon Sep 17 00:00:00 2001 From: James Martelletti Date: Mon, 1 Sep 2014 18:06:39 +1000 Subject: [PATCH] Fix typo, proviate_ip -> private_ip --- website/source/docs/providers/aws/r/instance.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/providers/aws/r/instance.html.markdown b/website/source/docs/providers/aws/r/instance.html.markdown index 9b2efd591..828a88828 100644 --- a/website/source/docs/providers/aws/r/instance.html.markdown +++ b/website/source/docs/providers/aws/r/instance.html.markdown @@ -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.