Skip to content

Commit

Permalink
Remote data source
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysmdnz committed May 17, 2023
1 parent eab177a commit ef8f8fe
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 97 deletions.
26 changes: 0 additions & 26 deletions docs/data-sources/data_source.md

This file was deleted.

36 changes: 0 additions & 36 deletions provider/data_source_containerregistry.go

This file was deleted.

32 changes: 0 additions & 32 deletions provider/data_source_containerregistry_test.go

This file was deleted.

4 changes: 1 addition & 3 deletions provider/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,7 @@ func init() {
func New(version string) func() *schema.Provider {
return func() *schema.Provider {
p := &schema.Provider{
DataSourcesMap: map[string]*schema.Resource{
"containerregistry_data_source": dataSourceScaffolding(),
},
DataSourcesMap: map[string]*schema.Resource{},
ResourcesMap: map[string]*schema.Resource{
"containerregistry_resource": resourceContainerregistry(),
},
Expand Down

0 comments on commit ef8f8fe

Please sign in to comment.