Skip to content

Commit

Permalink
fix: use provider locally in debug mode
Browse files Browse the repository at this point in the history
fixes #81
  • Loading branch information
moritzzimmer committed Sep 15, 2023
1 parent 585761c commit 3ec91b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ func main() {

if debugMode {
//nolint:staticcheck // SA1019 ignore this!
err := plugin.Debug(context.Background(), "registry.terraform.io/opensearch-project/terraform-provider-opensearch",
err := plugin.Debug(context.Background(), "registry.terraform.io/opensearch-project/opensearch",
&plugin.ServeOpts{
ProviderFunc: provider.Provider,
},
Expand Down

0 comments on commit 3ec91b0

Please sign in to comment.