From a087b295040b5b003d705b3b162be0d3159ec1fb Mon Sep 17 00:00:00 2001 From: Sean Knox Date: Thu, 10 Mar 2016 22:41:25 -0800 Subject: [PATCH] Fix contradictory aws_autoscaling_group doc - Fixes https://github.com/hashicorp/terraform/issues/5457 --- .../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 cd0c5ccb5..b8883b415 100644 --- a/website/source/docs/providers/aws/r/autoscaling_group.html.markdown +++ b/website/source/docs/providers/aws/r/autoscaling_group.html.markdown @@ -108,7 +108,7 @@ The following attributes are exported: * `health_check_type` - "EC2" or "ELB". Controls how health checking is done. * `desired_capacity` -The number of Amazon EC2 instances that should be running in the group. * `launch_configuration` - The launch configuration of the autoscale group -* `vpc_zone_identifier` - The VPC zone identifier +* `vpc_zone_identifier` (Optional) - The VPC zone identifier * `load_balancers` (Optional) The load balancer names associated with the autoscaling group.