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: