We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e178ead commit 8058459Copy full SHA for 8058459
main.go
@@ -16,7 +16,7 @@ func main() {
16
flag.Parse()
17
18
if debugMode {
19
- err := plugin.Debug(context.Background(), "registry.terraform.io/namespace/provider",
+ err := plugin.Debug(context.Background(), "registry.terraform.io/scaleway/scaleway",
20
&plugin.ServeOpts{
21
ProviderFunc: scaleway.Provider(scaleway.DefaultProviderConfig()),
22
})
0 commit comments