Skip to content

Commit

Permalink
Update desc
Browse files Browse the repository at this point in the history
  • Loading branch information
HantingZhang2 committed Aug 1, 2023
1 parent 49fb44b commit 0e2c697
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion datadog/fwprovider/resource_datadog_dashboard_list.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,11 @@ func (r *dashboardListResource) Schema(ctx context.Context, req resource.SchemaR
},
Blocks: map[string]schema.Block{
"dash_item": schema.SetNestedBlock{
Description: "A set of dashboard items that belong to this list",
NestedObject: schema.NestedBlockObject{
Attributes: map[string]schema.Attribute{
"type": schema.StringAttribute{
Description: "The type of this dashboard.",
Description: "The type of this dashboard. Valid values are `custom_timeboard`, `custom_screenboard`, `integration_screenboard`, `integration_timeboard`, `host_timeboard`.",
Required: true,
Validators: []validator.String{
validators.NewEnumValidator[validator.String](datadogV2.NewDashboardTypeFromValue),
Expand Down

0 comments on commit 0e2c697

Please sign in to comment.