We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebb86ba commit 29ca20aCopy full SHA for 29ca20a
internal/provider/group_data_source.go
@@ -49,7 +49,6 @@ func (d *GroupDataSource) Schema(ctx context.Context, req datasource.SchemaReque
49
resp.Schema = schema.Schema{
50
MarkdownDescription: "An existing group on the coder deployment.",
51
52
- // Validation handled by ConfigValidators
53
Attributes: map[string]schema.Attribute{
54
"id": schema.StringAttribute{
55
MarkdownDescription: "The ID of the group to retrieve. This field will be populated if a name and organisation ID is supplied.",
0 commit comments