Skip to content

Commit 8058459

Browse files
authored
chore: use registry.terraform.io/scaleway/scaleway for provider (#633)
1 parent e178ead commit 8058459

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ func main() {
1616
flag.Parse()
1717

1818
if debugMode {
19-
err := plugin.Debug(context.Background(), "registry.terraform.io/namespace/provider",
19+
err := plugin.Debug(context.Background(), "registry.terraform.io/scaleway/scaleway",
2020
&plugin.ServeOpts{
2121
ProviderFunc: scaleway.Provider(scaleway.DefaultProviderConfig()),
2222
})

0 commit comments

Comments
 (0)