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 4e30345 commit 530a632Copy full SHA for 530a632
main.go
@@ -20,7 +20,7 @@ func main() {
20
flag.Parse()
21
22
err := providerserver.Serve(context.Background(), sneller.New, providerserver.ServeOpts{
23
- Address: "sneller.io/edu/sneller",
+ Address: "registry.terraform.io/SnellerInc/sneller",
24
Debug: debug,
25
ProtocolVersion: 6,
26
})
0 commit comments