Skip to content

Commit

Permalink
fix: download url ^^
Browse files Browse the repository at this point in the history
  • Loading branch information
Kl0ven committed Mar 19, 2024
1 parent 441ad25 commit 2cf3653
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provider/resources.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ func Provider() tfbridge.ProviderInfo {
// PluginDownloadURL is an optional URL used to download the Provider
// for use in Pulumi programs
// e.g https://github.com/SpikeeLabs/pulumi-netbox/releases/
PluginDownloadURL: "https://github.com/SpikeeLabs/pulumi-netbox/releases/",
PluginDownloadURL: "github://api.github.com/SpikeeLabs/pulumi-netbox/",
Description: "A Pulumi package for creating and managing Netbox resources.",
// category/cloud tag helps with categorizing the package in the Pulumi Registry.
// For all available categories, see `Keywords` in
Expand Down

0 comments on commit 2cf3653

Please sign in to comment.