powerful-noon-84115
10/24/2022, 7:38 AMmake tfgen
, the provider/cmd/pulumi-resource-tencentcloud/schema.json
is generated as expected, but in the nodejs
language examples, I noticed the description
field, the import statement imports is:
```typescript
import * as pulumi from "@pulumi/pulumi";
// Unexpeceted package name, expect `@tencentcloud_iac/pulumi` which I defined in resource `PackageName`
import * as tencentcloud from "@pulumi/tencentcloud";
```
@pulumi/xxxx
. So how to handle the import statement of third-party packages, or what other solution exist to publish my provider to the @pulumi
organization?limited-rainbow-51650
10/24/2022, 8:41 AMpowerful-noon-84115
10/24/2022, 9:16 AM