Skip to content

Commit

Permalink
TEMPORARY - test that it detects schema problems in data sources
Browse files Browse the repository at this point in the history
  • Loading branch information
lantoli committed Nov 21, 2023
1 parent 7d63a53 commit dc45bfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mongodbatlas/fw_data_source_mongodbatlas_database_users.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ func (d *DatabaseUsersDS) Schema(ctx context.Context, req datasource.SchemaReque
"project_id": schema.StringAttribute{
Required: true,
},

"count": schema.StringAttribute{},
"results": schema.ListNestedAttribute{
Computed: true,
NestedObject: schema.NestedAttributeObject{
Expand Down

0 comments on commit dc45bfa

Please sign in to comment.