Prepare provider for public Terraform Registry publishing

This commit is contained in:
beatz174-bit
2026-05-12 18:43:27 +10:00
parent c79f0ca836
commit 16652ee1f2
32 changed files with 123 additions and 57 deletions
+2 -2
View File
@@ -8,7 +8,7 @@ import (
"github.com/hashicorp/terraform-plugin-framework/providerserver"
"github.com/dynu/terraform-provider-dynu/internal/provider"
"github.com/beatz174-bit/terraform-provider-dynu/internal/provider"
)
var (
@@ -26,7 +26,7 @@ func main() {
log.Printf("starting terraform-provider-dynu version=%s commit=%s built=%s", version, commit, date)
err := providerserver.Serve(context.Background(), provider.New(version), providerserver.ServeOpts{
Address: "registry.terraform.io/dynu/dynu",
Address: "registry.terraform.io/beatz174-bit/dynu",
})
if err != nil {
log.Fatal(err.Error())