File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -11,13 +11,13 @@ This package is available for several languages/platforms:
1111To use from JavaScript or TypeScript in Node.js, install using either ` npm ` :
1212
1313``` bash
14- npm install @tencentcloud-iac /pulumi
14+ npm install @tencentcloud_iac /pulumi
1515```
1616
1717or ` yarn ` :
1818
1919``` bash
20- yarn add @tencentcloud-iac /pulumi
20+ yarn add @tencentcloud_iac /pulumi
2121```
2222
2323### Python
@@ -44,6 +44,8 @@ The following configuration points are available for the `tencentcloud` provider
4444- ` tencentcloud:secretKey ` (environment: ` TENCENTCLOUD_SECRET_KEY ` ) - the API Secret Key for ` tencentcloud `
4545- ` tencentcloud:region ` (environment: ` TENCENTCLOUD_REGION ` ) - the region in which to deploy resources
4646
47+ Run ` pulumi config set tencentcloud:* ` to configure before applying.
48+
4749## Reference
4850
4951For detailed reference documentation, please visit [ the Pulumi registry] ( https://www.pulumi.com/registry/packages/tencentcloud/api-docs/ ) .
You can’t perform that action at this time.
0 commit comments