Skip to content

Commit 530a632

Browse files
committed
Fix provider address
1 parent 4e30345 commit 530a632

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
@@ -20,7 +20,7 @@ func main() {
2020
flag.Parse()
2121

2222
err := providerserver.Serve(context.Background(), sneller.New, providerserver.ServeOpts{
23-
Address: "sneller.io/edu/sneller",
23+
Address: "registry.terraform.io/SnellerInc/sneller",
2424
Debug: debug,
2525
ProtocolVersion: 6,
2626
})

0 commit comments

Comments
 (0)