Skip to content

Commit

Permalink
Merge pull request hashicorp#65 from rileykarson/13-instance-group-ma…
Browse files Browse the repository at this point in the history
…nager-target-size

Changed google_compute_instance_group_manager target_size default to 0.
  • Loading branch information
danawillow authored Jun 16, 2017
2 parents 3192e91 + 1299309 commit 6a0229b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/r/compute_instance_group_manager.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@ The following arguments are supported:
restart all of the instances at once. In the future, as the GCE API matures
we will support `"ROLLING_UPDATE"` as well.

* `target_size` - (Optional) If not given at creation time, this defaults to 1.
Do not specify this if you are managing the group with an autoscaler, as
this will cause fighting.
* `target_size` - (Optional) The target number of running instances for this managed
instance group. This value should always be explicitly set unless this resource is attached to
an autoscaler, in which case it should never be set. Defaults to `0`.

* `target_pools` - (Optional) The full URL of all target pools to which new
instances in the group are added. Updating the target pools attribute does
Expand Down

0 comments on commit 6a0229b

Please sign in to comment.