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

Commit 6eca1ed

Browse files
Add tracingDatasourceUid to datasources (#80)
grafana/terraform-provider-grafana#462
1 parent 7ea66f3 commit 6eca1ed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

datasource.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ type JSONData struct {
118118

119119
// Used by Cloudwatch
120120
CustomMetricsNamespaces string `json:"customMetricsNamespaces,omitempty"`
121+
TracingDatasourceUID string `json:"tracingDatasourceUid,omitempty"`
121122

122123
// Used by Cloudwatch, Athena
123124
AuthType string `json:"authType,omitempty"`

0 commit comments

Comments
 (0)