diff --git a/main.go b/main.go index cb91783..f21ccbe 100644 --- a/main.go +++ b/main.go @@ -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, },