Skip to content

Commit

Permalink
Set .DisplayName in tfbridge.ProviderInfo (#729)
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 authored Dec 17, 2024
1 parent d728024 commit 2adb41b
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-datadog/schema.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "datadog",
"displayName": "Datadog",
"description": "A Pulumi package for creating and managing Datadog 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 @@ -89,6 +89,7 @@ func Provider() tfbridge.ProviderInfo {
prov := tfbridge.ProviderInfo{
P: p,
Name: "datadog",
DisplayName: "Datadog",
Description: "A Pulumi package for creating and managing Datadog resources.",
Keywords: []string{"pulumi", "datadog"},
License: "Apache-2.0",
Expand Down

0 comments on commit 2adb41b

Please sign in to comment.