45 lines
1.4 KiB
Markdown
45 lines
1.4 KiB
Markdown
---
|
|
title: vela provider add terraform-tencent
|
|
---
|
|
|
|
Authenticate Terraform Cloud Provider terraform-tencent
|
|
|
|
### Synopsis
|
|
|
|
Authenticate Terraform Cloud Provider terraform-tencent by creating a credential secret and a Terraform Controller Provider
|
|
|
|
```
|
|
vela provider add terraform-tencent [flags]
|
|
```
|
|
|
|
### Examples
|
|
|
|
```
|
|
vela provider add terraform-tencent
|
|
```
|
|
|
|
### Options
|
|
|
|
```
|
|
--TENCENTCLOUD_REGION string Get TENCENTCLOUD_REGION by picking one RegionId from Tencent Cloud region list https://cloud.tencent.com/document/api/1140/40509#.E5.9C.B0.E5.9F.9F.E5.88.97.E8.A1.A8
|
|
--TENCENTCLOUD_SECRET_ID string Get TENCENTCLOUD_SECRET_ID per this guide https://cloud.tencent.com/document/product/1213/67093
|
|
--TENCENTCLOUD_SECRET_KEY string Get TENCENTCLOUD_SECRET_KEY per this guide https://cloud.tencent.com/document/product/1213/67093
|
|
-h, --help help for terraform-tencent
|
|
--name default The name of Terraform Provider for Tencent Cloud, default is default (default "tencent")
|
|
```
|
|
|
|
### Options inherited from parent commands
|
|
|
|
```
|
|
-y, --yes Assume yes for all user prompts
|
|
```
|
|
|
|
### SEE ALSO
|
|
|
|
* [vela provider add](vela_provider_add) - Authenticate Terraform Cloud Provider
|
|
|
|
#### Go Back to [CLI Commands](vela) Homepage.
|
|
|
|
|
|
###### Auto generated by spf13/cobra on 19-Apr-2022, refer to [script in KubeVela](https://github.com/oam-dev/kubevela/tree/master/hack/docgen).
|