Skip to content

Commit

Permalink
Set the .DisplayName
Browse files Browse the repository at this point in the history
This PR is part of pulumi/registry#4672.
  • Loading branch information
iwahbe committed Dec 17, 2024
1 parent 6ac0bbf commit a03c4ab
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-cloudflare/schema.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "cloudflare",
"displayName": "Cloudflare",
"description": "A Pulumi package for creating and managing Cloudflare 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 @@ -65,6 +65,7 @@ func Provider() info.Provider {
prov := info.Provider{
P: p,
Name: "cloudflare",
DisplayName: "Cloudflare",
Description: "A Pulumi package for creating and managing Cloudflare cloud resources.",
Keywords: []string{"pulumi", "cloudflare"},
License: "Apache-2.0",
Expand Down

0 comments on commit a03c4ab

Please sign in to comment.