Skip to content

Commit 31157e6

Browse files
modular-magicianshuyama1
authored andcommitted
Revert "Promote metric settings in compute region autoscaler to GA" (#10095) (#7035)
This reverts commit c3ce700765fbc4b3dc9896da767194b8eda9a13d. [upstream:5d86b613cda684877c2f0ad98b4d4e524e6aa89a] Signed-off-by: Modular Magician <[email protected]>
1 parent d1d6fc4 commit 31157e6

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.changelog/10095.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:enhancement
2+
compute: promoted `metric.single_instance_assignment` and `metric.filter` for `google_compute_region_autoscaler` to GA (revert)
3+
```

website/docs/r/compute_region_autoscaler.html.markdown

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)