Skip to content

Commit

Permalink
fix: local_users datasource unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
d-strobel committed Feb 13, 2024
1 parent 25c5e21 commit a44dde6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions internal/provider/local/local_users_data_source.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@ type localUsersDataSource struct {
client *gowindows.Client
}

type localUsersDataSourceModel struct {
Id types.String `tfsdk:"id"`
}

func (d *localUsersDataSource) Metadata(ctx context.Context, req datasource.MetadataRequest, resp *datasource.MetadataResponse) {
resp.TypeName = req.ProviderTypeName + "_local_users"
}
Expand Down

0 comments on commit a44dde6

Please sign in to comment.