Skip to content

Commit

Permalink
Adds id in Datasource
Browse files Browse the repository at this point in the history
  • Loading branch information
HantingZhang2 committed Jul 31, 2023
1 parent 304a88a commit 123efcd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions datadog/fwprovider/data_source_datadog_dashboard_list.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ func (d *datadogDashboardListDatasource) Schema(ctx context.Context, req datasou
stringvalidator.LengthAtLeast(1),
},
},
"id": utils.ResourceIDAttribute(),
},
}
}
Expand Down

0 comments on commit 123efcd

Please sign in to comment.