Skip to content

Commit d0c9c37

Browse files
committed
updated provider address
1 parent c2dfafb commit d0c9c37

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
@@ -14,7 +14,7 @@ import (
1414

1515
func main() {
1616
err := providerserver.Serve(context.Background(), curl2.NewProvider, providerserver.ServeOpts{
17-
Address: "mehulgohil/curl2",
17+
Address: "registry.terraform.io/mehulgohil/curl2",
1818
})
1919
if err != nil {
2020
log.Fatal(err.Error())

0 commit comments

Comments
 (0)