Skip to content

Commit

Permalink
added data sources to provider
Browse files Browse the repository at this point in the history
  • Loading branch information
wrighbr committed Oct 19, 2020
1 parent 5c0ce18 commit 3c5fa6e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions provider/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@ func Provider() terraform.ResourceProvider {
"harbor_registry": resourceRegistry(),
"harbor_replication": resourceReplication(),
},
DataSourcesMap: map[string]*schema.Resource{
"harbor_project": dataProject(),
"harbor_registry": dataRegistry(),
},

ConfigureFunc: providerConfigure,
}
Expand Down

0 comments on commit 3c5fa6e

Please sign in to comment.