Skip to content

Commit

Permalink
Set .Repository for un-parameterized dynamic providers (#2683)
Browse files Browse the repository at this point in the history
To be good citizens of the registry, we should set the `Repository`
field.

Related to
#2664 (comment).
  • Loading branch information
iwahbe authored Dec 6, 2024
1 parent f8279c2 commit 962e821
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions dynamic/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ func initialSetup() (info.Provider, pfbridge.ProviderMetadata, func() error) {
P: proto.Empty(),
Name: baseProviderName,
Keywords: []string{"category/utility"},
Repository: "https://github.com/pulumi/pulumi-terraform-provider",
LogoURL: "https://raw.githubusercontent.com/pulumi/pulumi-terraform-provider/main/assets/logo.png",
Version: version.Version(),
Description: "Use any Terraform provider with Pulumi",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"category/utility"
],
"license": "Apache-2.0",
"repository": "https://github.com/pulumi/pulumi-terraform-provider",
"logoUrl": "https://raw.githubusercontent.com/pulumi/pulumi-terraform-provider/main/assets/logo.png",
"meta": {
"moduleFormat": "(.*)(?:/[^/]*)"
Expand Down

0 comments on commit 962e821

Please sign in to comment.