Skip to content

Commit

Permalink
chore: rename data_source prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
emhagman committed Mar 27, 2023
1 parent d19f4cb commit 225659d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ func Provider() *schema.Provider {
},
ResourcesMap: map[string]*schema.Resource{},
DataSourcesMap: map[string]*schema.Resource{
"imgix_source": dataSourceSource(),
"imgixyz_source": dataSourceSource(),
},
ConfigureContextFunc: providerConfigure,
}
Expand Down

0 comments on commit 225659d

Please sign in to comment.