From bfd4a8d72d71d18602677dcb028570c5cd0d1c86 Mon Sep 17 00:00:00 2001 From: The Magician Date: Tue, 18 Feb 2020 14:08:13 -0800 Subject: [PATCH] docs changes (#3137) (#160) Signed-off-by: Modular Magician --- plugins/modules/gcp_compute_autoscaler.py | 6 ++---- plugins/modules/gcp_compute_autoscaler_info.py | 3 +-- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/plugins/modules/gcp_compute_autoscaler.py b/plugins/modules/gcp_compute_autoscaler.py index cadbc76..49e8f29 100644 --- a/plugins/modules/gcp_compute_autoscaler.py +++ b/plugins/modules/gcp_compute_autoscaler.py @@ -130,8 +130,7 @@ options: - target custom_metric_utilizations: description: - - Defines the CPU utilization policy that allows the autoscaler to scale based - on the average CPU utilization of a managed instance group. + - Configuration parameters of autoscaling based on a custom metric. required: false type: list aliases: @@ -404,8 +403,7 @@ autoscalingPolicy: type: str customMetricUtilizations: description: - - Defines the CPU utilization policy that allows the autoscaler to scale based - on the average CPU utilization of a managed instance group. + - Configuration parameters of autoscaling based on a custom metric. returned: success type: complex contains: diff --git a/plugins/modules/gcp_compute_autoscaler_info.py b/plugins/modules/gcp_compute_autoscaler_info.py index 7bfac26..2f27403 100644 --- a/plugins/modules/gcp_compute_autoscaler_info.py +++ b/plugins/modules/gcp_compute_autoscaler_info.py @@ -200,8 +200,7 @@ resources: type: str customMetricUtilizations: description: - - Defines the CPU utilization policy that allows the autoscaler to scale - based on the average CPU utilization of a managed instance group. + - Configuration parameters of autoscaling based on a custom metric. returned: success type: complex contains: