Skip to content

Commit

Permalink
Corrected the name of project data source under datasource map
Browse files Browse the repository at this point in the history
  • Loading branch information
pktikkani committed Sep 1, 2022
1 parent 50bb134 commit 43b6ece
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azdo/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ func Provider() *schema.Provider {
"azdo_project": core2.ResourceProject(),
},
DataSourcesMap: map[string]*schema.Resource{
"azdo_projects": core2.DataProjects(),
"azdoDO_project": core2.DataProject(),
"azdo_projects": core2.DataProjects(),
"azdo_project": core2.DataProject(),
},
Schema: map[string]*schema.Schema{
"org_service_url": {
Expand Down

0 comments on commit 43b6ece

Please sign in to comment.