File tree 2 files changed +0
-7
lines changed
third_party/terraform/services/compute
2 files changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -140,7 +140,6 @@ properties:
140
140
Defines operating mode for this policy.
141
141
- !ruby/object:Api::Type::NestedObject
142
142
name : ' scaleDownControl'
143
- min_version : beta
144
143
description : |
145
144
Defines scale down controls to reduce the risk of response latency
146
145
and outages due to abrupt scale-in events
@@ -265,7 +264,6 @@ properties:
265
264
required : true
266
265
- !ruby/object:Api::Type::Double
267
266
name : ' singleInstanceAssignment'
268
- min_version : beta
269
267
description : |
270
268
If scaling is based on a per-group metric value that represents the
271
269
total amount of work to be done or resource usage, set this value to
@@ -341,7 +339,6 @@ properties:
341
339
(if you are using gce_instance resource type). If multiple
342
340
TimeSeries are returned upon the query execution, the autoscaler
343
341
will sum their respective values to obtain its scaling value.
344
- min_version : beta
345
342
- !ruby/object:Api::Type::NestedObject
346
343
name : ' loadBalancingUtilization'
347
344
description : |
Original file line number Diff line number Diff line change @@ -217,14 +217,12 @@ resource "google_compute_region_autoscaler" "foobar" {
217
217
target = 0.5
218
218
predictive_method = "OPTIMIZE_AVAILABILITY"
219
219
}
220
- <% unless version == 'ga' -%>
221
220
scale_down_control {
222
221
max_scaled_down_replicas {
223
222
percent = 80
224
223
}
225
224
time_window_sec = 300
226
225
}
227
- <% end -%>
228
226
}
229
227
}
230
228
`, autoscalerName)
@@ -269,14 +267,12 @@ resource "google_compute_region_autoscaler" "foobar" {
269
267
cpu_utilization {
270
268
target = 0.5
271
269
}
272
- <% unless version == 'ga' -%>
273
270
scale_down_control {
274
271
max_scaled_down_replicas {
275
272
percent = 80
276
273
}
277
274
time_window_sec = 300
278
275
}
279
- <% end -%>
280
276
scaling_schedules {
281
277
name = "every-weekday-morning"
282
278
description = "Increase to 2 every weekday at 7AM for 6 hours."
You can’t perform that action at this time.
0 commit comments