From 6c6793a26045ed70e10f679198b0a7e2d13eca84 Mon Sep 17 00:00:00 2001 From: Dave York Date: Mon, 17 Aug 2015 10:24:25 -0400 Subject: [PATCH] use name instead of id - launch configs use the name and not ID --- .../source/docs/providers/aws/r/autoscaling_group.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/providers/aws/r/autoscaling_group.html.markdown b/website/source/docs/providers/aws/r/autoscaling_group.html.markdown index 73715ee91..022b1cf71 100644 --- a/website/source/docs/providers/aws/r/autoscaling_group.html.markdown +++ b/website/source/docs/providers/aws/r/autoscaling_group.html.markdown @@ -47,7 +47,7 @@ The following arguments are supported: (See also [Waiting for Capacity](#waiting-for-capacity) below.) * `availability_zones` - (Optional) A list of AZs to launch resources in. Required only if you do not specify any `vpc_zone_identifier` -* `launch_configuration` - (Required) The ID of the launch configuration to use. +* `launch_configuration` - (Required) The name of the launch configuration to use. * `health_check_grace_period` - (Optional) Time after instance comes into service before checking health. * `health_check_type` - (Optional) "EC2" or "ELB". Controls how health checking is done. * `desired_capacity` - (Optional) The number of Amazon EC2 instances that