Skip to content

Commit

Permalink
feat: add remaining attribute description
Browse files Browse the repository at this point in the history
Signed-off-by: Achim Christ <[email protected]>
  • Loading branch information
acch committed Nov 18, 2024
1 parent 09abe50 commit 5e0b2d6
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ func (d *BroadcastDomainsDataSource) Schema(ctx context.Context, req datasource.
Optional: true,
},
},
Optional: true,
MarkdownDescription: "Filter broadcast domains by their properties",
Optional: true,
},
"broadcast_domains": schema.ListNestedAttribute{
NestedObject: schema.NestedAttributeObject{
Expand Down Expand Up @@ -103,7 +104,8 @@ func (d *BroadcastDomainsDataSource) Schema(ctx context.Context, req datasource.
},
},
},
Computed: true,
MarkdownDescription: "Broadcast domains matching the filter",
Computed: true,
},
},
}
Expand Down

0 comments on commit 5e0b2d6

Please sign in to comment.