Skip to content

Commit d0a581f

Browse files
authored
Merge pull request #20 from tencentcloudstack/chore/provider-logo
chore: provider add logo
2 parents 1932a18 + dcbba05 commit d0a581f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

provider/cmd/pulumi-resource-tencentcloud/schema.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"license": "Apache-2.0",
1212
"attribution": "This Pulumi package is based on the [`tencentcloud` Terraform Provider](https://github.com/tencentcloudstack/terraform-provider-tencentcloud).",
1313
"repository": "https://github.com/tencentcloudstack/pulumi-tencentcloud",
14+
"logoUrl": "https://avatars.githubusercontent.com/u/68363092",
1415
"pluginDownloadURL": "github://api.github.com/tencentcloudstack",
1516
"publisher": "TencentCloudStack",
1617
"meta": {

provider/resources.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ func Provider() tfbridge.ProviderInfo {
4242
Name: "tencentcloud",
4343
DisplayName: "TencentCloud",
4444
Publisher: "TencentCloudStack",
45-
LogoURL: "",
45+
LogoURL: "https://avatars.githubusercontent.com/u/68363092",
4646
PluginDownloadURL: "github://api.github.com/tencentcloudstack",
4747
Description: "A Pulumi package for creating and managing Tencent Cloud resources.",
4848
Keywords: []string{"pulumi", "tencentcloud", "category/cloud"},

0 commit comments

Comments
 (0)