From 8d2e232602e0c59a5ef28e928e755510869e4aa3 Mon Sep 17 00:00:00 2001 From: Luke Chadwick Date: Tue, 29 Jul 2014 22:12:43 +1000 Subject: [PATCH] Update documentation to reflect the addition of associate_public_ip_address to the aws_instance resource --- 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 491d1f653..a700f9320 100644 --- a/website/source/docs/providers/aws/r/instance.html.markdown +++ b/website/source/docs/providers/aws/r/instance.html.markdown @@ -31,6 +31,7 @@ The following arguments are supported: If you are within a VPC, you'll need to use the security group ID. Otherwise, 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. * `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. * `user_data` - (Optional) The user data to provide when launching the instance. @@ -48,4 +49,3 @@ The following attributes are exported: * `public_ip` - The public IP address. * `security_groups` - The associated security groups. * `subnet_id` - The VPC subnet ID. -