Skip to content

Commit

Permalink
Fixed typo - no such thing as aws_target_group (#9005)
Browse files Browse the repository at this point in the history
It seems like there was a typo and a reference was made to
`aws_target_group`, when the actual resource name is
`aws_alb_target_group`.
  • Loading branch information
tomgoren authored and catsby committed Sep 23, 2016
1 parent 18e05a5 commit 208dc51
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ The following arguments are supported:
* `load_balancers` (Optional) A list of load balancer names to add to the autoscaling
group names.
* `vpc_zone_identifier` (Optional) A list of subnet IDs to launch resources in.
* `target_group_arns` (Optional) A list of `aws_target_group` ARNs, for use with
* `target_group_arns` (Optional) A list of `aws_alb_target_group` ARNs, for use with
Application Load Balancing
* `termination_policies` (Optional) A list of policies to decide how the instances in the auto scale group should be terminated. The allowed values are `OldestInstance`, `NewestInstance`, `OldestLaunchConfiguration`, `ClosestToNextInstanceHour`, `Default`.
* `tag` (Optional) A list of tag blocks. Tags documented below.
Expand Down

0 comments on commit 208dc51

Please sign in to comment.