Skip to content
This repository was archived by the owner on Jan 15, 2024. It is now read-only.

Commit 5b16149

Browse files
Add missing report fields (#143)
grafana/terraform-provider-grafana#862
1 parent 303710b commit 5b16149

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

report.go

+2
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ type Report struct {
6363
Options ReportOptions `json:"options"`
6464
EnableDashboardURL bool `json:"enableDashboardUrl"`
6565
EnableCSV bool `json:"enableCsv"`
66+
Formats []string `json:"formats"`
67+
ScaleFactor int64 `json:"scaleFactor"`
6668
}
6769

6870
// Report fetches and returns a Grafana report.

0 commit comments

Comments
 (0)