Skip to content

Commit

Permalink
fix plugin url
Browse files Browse the repository at this point in the history
  • Loading branch information
thdxr committed Apr 30, 2024
1 parent 88e097e commit 640f0e2
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 @@ -125,7 +125,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/org/pulumi-provider-name/releases/
PluginDownloadURL: "",
PluginDownloadURL: "github://api.github.com/sst",
Description: "A Pulumi package for creating and managing planetscale cloud 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 640f0e2

Please sign in to comment.