From 96c05c881a381ae83e5f50d123f2a8eebbc281c7 Mon Sep 17 00:00:00 2001 From: Luke Chadwick Date: Wed, 30 Jul 2014 07:31:21 +1000 Subject: [PATCH] Update documentation to include the new user_data attribute on aws_launch_configuration --- website/source/docs/providers/aws/r/launch_config.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 4c697d9fa..3d6ff8373 100644 --- a/website/source/docs/providers/aws/r/launch_config.html.markdown +++ b/website/source/docs/providers/aws/r/launch_config.html.markdown @@ -27,10 +27,10 @@ The following arguments are supported: * `instance_type` - (Required) The size of instance to launch. * `key_name` - (Optional) The key name that should be used for the instance. * `security_groups` - (Optional) A list of associated security group IDS. +* `user_data` - (Optional) The user data to provide when launching the instance. ## Attributes Reference The following attributes are exported: * `id` - The ID of the launch configuration. -