From 2b3015f66a918628d131807391701ed02908462e Mon Sep 17 00:00:00 2001 From: Enrique Garbi Date: Thu, 5 Feb 2015 17:05:14 +0000 Subject: [PATCH] Added missing line for aws_launch_configuration resource on AWS provider docs --- website/source/docs/providers/aws/r/launch_config.html.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/website/source/docs/providers/aws/r/launch_config.html.markdown b/website/source/docs/providers/aws/r/launch_config.html.markdown index 58ff91975..677f3b088 100644 --- a/website/source/docs/providers/aws/r/launch_config.html.markdown +++ b/website/source/docs/providers/aws/r/launch_config.html.markdown @@ -31,6 +31,7 @@ The following arguments are supported: with launched instances. * `key_name` - (Optional) The key name that should be used for the instance. * `security_groups` - (Optional) A list of associated security group IDS. +* `associate_public_ip_address` - (Optional) Associate a public ip address with an instance in a VPC. * `user_data` - (Optional) The user data to provide when launching the instance. ## Attributes Reference