File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
cmd/pulumi-resource-heroku Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 11---
2- title : Heroku
2+ title : Heroku Installation & Configuration
33meta_desc : Information on how to install the Pulumi Heroku provider.
44layout : installation
55---
Original file line number Diff line number Diff line change 11{
22 "name" : " heroku" ,
3+ "displayName" : " Heroku" ,
34 "description" : " A Pulumi package for creating and managing heroku cloud resources." ,
45 "keywords" : [
56 " pulumi" ,
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ func Provider() tfbridge.ProviderInfo {
5454 Name : "heroku" ,
5555 // DisplayName is a way to be able to change the casing of the provider
5656 // name when being displayed on the Pulumi registry
57- DisplayName : "" ,
57+ DisplayName : "Heroku " ,
5858 // The default publisher for all packages is Pulumi.
5959 // Change this to your personal name (or a company name) that you
6060 // would like to be shown in the Pulumi Registry if this package is published
You can’t perform that action at this time.
0 commit comments