Skip to content

Commit

Permalink
Updated provider address to final Terraform Registry address.
Browse files Browse the repository at this point in the history
Not sure if this is whats preventing the provider from being published on the registry.
  • Loading branch information
LukasKnuth committed Jul 10, 2024
1 parent ebc6db9 commit 567eb2e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,7 @@ func main() {
flag.Parse()

opts := providerserver.ServeOpts{
// TODO: Update this string with the published name of your provider.
// Also update the tfplugindocs generate command to either remove the
// -provider-name flag or set its value to the updated provider name.
Address: "registry.terraform.io/hashicorp/gotify",
Address: "registry.terraform.io/LukasKnuth/gotify",
Debug: debug,
}

Expand Down

0 comments on commit 567eb2e

Please sign in to comment.