Skip to content

Commit 57a1001

Browse files
jwieringastack72
authored andcommitted
Fix documentation on autoscaling group (hashicorp#6532)
As of sha d3697fa, enabled_metrics is an optional setting.
1 parent 46702ad commit 57a1001

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

website/source/docs/providers/aws/r/autoscaling_group.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ The following arguments are supported:
7171
* `tag` (Optional) A list of tag blocks. Tags documented below.
7272
* `placement_group` (Optional) The name of the placement group into which you'll launch your instances, if any.
7373
* `metrics_granularity` - (Optional) The granularity to associate with the metrics to collect. The only valid value is `1Minute`. Default is `1Minute`.
74-
* `enabled_metrics` - (Required) A list of metrics to collect. The allowed values are `GroupMinSize`, `GroupMaxSize`, `GroupDesiredCapacity`, `GroupInServiceInstances`, `GroupPendingInstances`, `GroupStandbyInstances`, `GroupTerminatingInstances`, `GroupTotalInstances`.
74+
* `enabled_metrics` - (Optional) A list of metrics to collect. The allowed values are `GroupMinSize`, `GroupMaxSize`, `GroupDesiredCapacity`, `GroupInServiceInstances`, `GroupPendingInstances`, `GroupStandbyInstances`, `GroupTerminatingInstances`, `GroupTotalInstances`.
7575
* `wait_for_capacity_timeout` (Default: "10m") A maximum
7676
[duration](https://golang.org/pkg/time/#ParseDuration) that Terraform should
7777
wait for ASG instances to be healthy before timing out. (See also [Waiting

0 commit comments

Comments
 (0)