From 0bd78569429a6c5ea14348436bd079b6aea394b3 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Mon, 13 Apr 2015 16:00:29 -0700 Subject: [PATCH] website: update LC docs to note name is optional --- .../source/docs/providers/aws/r/launch_config.html.markdown | 3 ++- 1 file changed, 2 insertions(+), 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 29c9fbdbc..67954017a 100644 --- a/website/source/docs/providers/aws/r/launch_config.html.markdown +++ b/website/source/docs/providers/aws/r/launch_config.html.markdown @@ -24,7 +24,8 @@ resource "aws_launch_configuration" "as_conf" { The following arguments are supported: -* `name` - (Required) The name of the launch configuration. +* `name` - (Optional) The name of the launch configuration. If you leave + this blank, Terraform will auto-generate it. * `image_id` - (Required) The EC2 image ID to launch. * `instance_type` - (Required) The size of instance to launch. * `iam_instance_profile` - (Optional) The IAM instance profile to associate