Skip to content

Commit

Permalink
Set .DisplayName in tfbridge.ProviderInfo
Browse files Browse the repository at this point in the history
This PR is part of pulumi/registry#4672. The display name used was taken from `github.com/pulumi/registry/tools/resourcedocsgen/pkg/lookup.go`.
  • Loading branch information
iwahbe committed Dec 17, 2024
1 parent d5c5c8a commit f3acee3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions provider/cmd/pulumi-resource-digitalocean/schema.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "digitalocean",
"displayName": "DigitalOcean",
"description": "A Pulumi package for creating and managing DigitalOcean cloud resources.",
"keywords": [
"pulumi",
Expand Down
1 change: 1 addition & 0 deletions provider/resources.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ func Provider() tfbridge.ProviderInfo {
prov := tfbridge.ProviderInfo{
P: p,
Name: "digitalocean",
DisplayName: "DigitalOcean",
Description: "A Pulumi package for creating and managing DigitalOcean cloud resources.",
Keywords: []string{"pulumi", "digitalocean"},
License: "Apache-2.0",
Expand Down

0 comments on commit f3acee3

Please sign in to comment.