Skip to content

Commit e6ffcd1

Browse files
hcsa73Henrique Santos
andauthored
Fix provider address (#13)
Co-authored-by: Henrique Santos <henrique.santos@freiheit.com>
1 parent 82b0c6f commit e6ffcd1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ var (
1515

1616
func main() {
1717
err := providerserver.Serve(context.Background(), stackit.New(version), providerserver.ServeOpts{
18-
Address: "registry.terraform.io/providers/stackitcloud/stackit",
18+
Address: "registry.terraform.io/stackitcloud/stackit",
1919
})
2020
if err != nil {
2121
log.Fatal(err.Error())

0 commit comments

Comments
 (0)