Skip to content

Commit

Permalink
Set .DisplayName in tfbridge.ProviderInfo (#2745)
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 5394648 commit 1d80e91
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-gcp/schema.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "gcp",
"displayName": "Google Cloud Classic",
"description": "A Pulumi package for creating and managing Google Cloud Platform 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 @@ -482,6 +482,7 @@ func Provider() tfbridge.ProviderInfo {
prov := tfbridge.ProviderInfo{
P: p,
Name: "google-beta",
DisplayName: "Google Cloud Classic",
ResourcePrefix: "google",
GitHubOrg: "hashicorp",
Description: "A Pulumi package for creating and managing Google Cloud Platform resources.",
Expand Down

0 comments on commit 1d80e91

Please sign in to comment.