Skip to content

Commit

Permalink
Merge pull request #139 from ImTomEddy/fix-137-missing-version
Browse files Browse the repository at this point in the history
Add Version to ProviderInfo
  • Loading branch information
ringods committed Apr 11, 2024
2 parents 802df10 + 0a66715 commit 006318c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions provider/resources.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ func Provider() tfbridge.ProviderInfo {
Publisher: "pulumiverse",
LogoURL: "https://raw.githubusercontent.com/pulumiverse/pulumi-grafana/main/assets/grafana.png", // nolint[:lll]
PluginDownloadURL: "github://api.github.com/pulumiverse",
Version: version.Version,
Description: "A Pulumi package for creating and managing grafana.",
Keywords: []string{"pulumi", "grafana", "pulumiverse"},
License: "Apache-2.0",
Expand Down

0 comments on commit 006318c

Please sign in to comment.