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 90eb49c commit 1a0c89d
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-consul/schema.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "consul",
"displayName": "Consul",
"description": "A Pulumi package for creating and managing consul 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 @@ -45,6 +45,7 @@ func Provider() tfbridge.ProviderInfo {
prov := tfbridge.ProviderInfo{
P: p,
Name: "consul",
DisplayName: "Consul",
Description: "A Pulumi package for creating and managing consul resources.",
Keywords: []string{"pulumi", "consul"},
License: "Apache-2.0",
Expand Down

0 comments on commit 1a0c89d

Please sign in to comment.