From 833c013a142f50853a348f15d9481e70c533f8d2 Mon Sep 17 00:00:00 2001 From: The Magician Date: Mon, 13 Jan 2020 11:09:07 -0800 Subject: [PATCH] Allow target to accept other resource types (#302) Signed-off-by: Modular Magician Co-authored-by: Ty Larrabee --- docs/resources/google_compute_region_backend_service.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/resources/google_compute_region_backend_service.md b/docs/resources/google_compute_region_backend_service.md index 2269ed192..ddc6e92c1 100644 --- a/docs/resources/google_compute_region_backend_service.md +++ b/docs/resources/google_compute_region_backend_service.md @@ -28,7 +28,7 @@ Properties that can be accessed from the `google_compute_region_backend_service` * `balancing_mode`: Specifies the balancing mode for this backend. Defaults to CONNECTION. - * `capacity_scaler`: A multiplier applied to the group's maximum servicing capacity (based on UTILIZATION, RATE or CONNECTION). A setting of 0 means the group is completely drained, offering 0% of its available Capacity. Valid range is [0.0,1.0]. + * `capacity_scaler`: A multiplier applied to the group's maximum servicing capacity (based on UTILIZATION, RATE or CONNECTION). Default value is 1, which means the group will serve up to 100% of its configured capacity (depending on balancingMode). A setting of 0 means the group is completely drained, offering 0% of its available Capacity. Valid range is [0.0,1.0]. * `description`: An optional description of this resource. Provide this property when you create the resource.