@@ -172,7 +172,7 @@ The following arguments are supported:
172172 Defines operating mode for this policy.
173173
174174* ` scale_down_control ` -
175- (Optional)
175+ (Optional, [ Beta ] ( https://terraform.io/docs/providers/google/guides/provider_versions.html ) )
176176 Defines scale down controls to reduce the risk of response latency
177177 and outages due to abrupt scale-in events
178178 Structure is [ documented below] ( #nested_scale_down_control ) .
@@ -287,7 +287,7 @@ The following arguments are supported:
287287 The metric must have a value type of INT64 or DOUBLE.
288288
289289* ` single_instance_assignment ` -
290- (Optional)
290+ (Optional, [ Beta ] ( https://terraform.io/docs/providers/google/guides/provider_versions.html ) )
291291 If scaling is based on a per-group metric value that represents the
292292 total amount of work to be done or resource usage, set this value to
293293 an amount assigned for a single instance of the scaled group.
@@ -321,7 +321,7 @@ The following arguments are supported:
321321 Possible values are: ` GAUGE ` , ` DELTA_PER_SECOND ` , ` DELTA_PER_MINUTE ` .
322322
323323* ` filter ` -
324- (Optional)
324+ (Optional, [ Beta ] ( https://terraform.io/docs/providers/google/guides/provider_versions.html ) )
325325 A filter string to be used as the filter string for
326326 a Stackdriver Monitoring TimeSeries.list API call.
327327 This filter is used to select a specific TimeSeries for
0 commit comments