Skip to content

Commit

Permalink
Add default value to metric.filter in the resource google_compute_aut…
Browse files Browse the repository at this point in the history
…oscaler (#8327) (#6082)

Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
modular-magician authored Aug 15, 2023
1 parent 943dbc6 commit b77ac24
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .changelog/8327.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:bug
compute: added default value to `metric.filter` in the resource `google_compute_autoscaler` (beta)
```
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@ one TimeSeries for the autoscaled group or for each of the instances
(if you are using gce_instance resource type). If multiple
TimeSeries are returned upon the query execution, the autoscaler
will sum their respective values to obtain its scaling value.`,
Default: "resource.type = gce_instance",
},
"single_instance_assignment": {
Type: schema.TypeFloat,
Expand Down

0 comments on commit b77ac24

Please sign in to comment.