We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1879c96 commit e7fbb5eCopy full SHA for e7fbb5e
internal/provider/datasources/team.go
@@ -39,7 +39,7 @@ var teamAttributes = map[string]schema.Attribute{
39
"name": schema.StringAttribute{
40
Required: true,
41
Computed: false,
42
- Description: "Name the Dagster Cloud team",
+ Description: "Name of the Dagster Cloud team",
43
},
44
"id": schema.StringAttribute{
45
Computed: true,
0 commit comments