Skip to content

Commit

Permalink
docs/r/autoscaling_group: remove merge conflicts (#20741)
Browse files Browse the repository at this point in the history
* remove merge conflicts

* Update website/docs/r/autoscaling_group.html.markdown

Co-authored-by: Simon Davis <sdavis@hashicorp.com>

Co-authored-by: Simon Davis <sdavis@hashicorp.com>
  • Loading branch information
anGie44 and breathingdust authored Aug 31, 2021
1 parent d351663 commit c5a5462
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions website/docs/r/autoscaling_group.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -340,12 +340,8 @@ The following arguments are supported:
* `max_size` - (Required) The maximum size of the Auto Scaling Group.
* `min_size` - (Required) The minimum size of the Auto Scaling Group.
(See also [Waiting for Capacity](#waiting-for-capacity) below.)
<<<<<<< master
* `availability_zones` - (Required only for EC2-Classic or attaching a network interface via id from a launch template) A list of one or more availability zones for the group. This parameter should not be specified when using `vpc_zone_identifier`.
=======
* `availability_zones` - (Optional) A list of one or more availability zones for the group. Used for EC2-Classic and default subnets when not specified with `vpc_zone_identifier` argument. Conflicts with `vpc_zone_identifier`.
* `availability_zones` - (Optional) A list of one or more availability zones for the group. Used for EC2-Classic, attaching a network interface via id from a launch template and default subnets when not specified with `vpc_zone_identifier` argument. Conflicts with `vpc_zone_identifier`.
* `capacity_rebalance` - (Optional) Indicates whether capacity rebalance is enabled. Otherwise, capacity rebalance is disabled.
>>>>>>> main
* `default_cooldown` - (Optional) The amount of time, in seconds, after a scaling activity completes before another scaling activity can start.
* `launch_configuration` - (Optional) The name of the launch configuration to use.
* `launch_template` - (Optional) Nested argument with Launch template specification to use to launch instances. Defined below.
Expand Down

0 comments on commit c5a5462

Please sign in to comment.