website: update LC docs to note name is optional

This commit is contained in:
Mitchell Hashimoto 2015-04-13 16:00:29 -07:00
parent 86d58089d3
commit 0bd7856942
1 changed files with 2 additions and 1 deletions

View File

@ -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