Skip to content

Commit

Permalink
Add display name
Browse files Browse the repository at this point in the history
  • Loading branch information
iwahbe committed Nov 13, 2024
1 parent 0e03d6a commit 6f33289
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions provider/cmd/pulumi-resource-aws/schema-minimal.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "aws",
"displayName": "AWS",
"description": "A Pulumi package for creating and managing Amazon Web Services (AWS) cloud resources.",
"keywords": [
"pulumi",
Expand Down
1 change: 1 addition & 0 deletions provider/cmd/pulumi-resource-aws/schema.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "aws",
"displayName": "AWS",
"description": "A Pulumi package for creating and managing Amazon Web Services (AWS) 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 @@ -832,6 +832,7 @@ func ProviderFromMeta(metaInfo *tfbridge.MetadataInfo) *tfbridge.ProviderInfo {
prov := tfbridge.ProviderInfo{
P: p,
Name: "aws",
DisplayName: "AWS",
Description: "A Pulumi package for creating and managing Amazon Web Services (AWS) cloud resources.",
Keywords: []string{"pulumi", "aws"},
License: "Apache-2.0",
Expand Down

0 comments on commit 6f33289

Please sign in to comment.