Release Notes
Security Announcement
Announcements
unzip terraform_1.x.x_linux_amd64.zip
~/.profile file.echo $"export PATH=\\$PATH:$(pwd)" >> ~/.bash_profile
source ~/.bash_profile
terraform.exe to Path as shown below:
This document uses Windows 10 as an example, and terraform.exe is located in D:\\xxxx\\terraform.
terraform -version
> Terraform v1.0.10> on darwin_amd64> Your version of Terraform is out of date! The latest version> is 1.1.0. You can update by downloading from https://www.terraform.io/downloads.html
SecretId and SecretKey. If you already have them, go to step 3.SecretId/SecretKey.

<your-secret-id> and <your-secret-key> with SecretId and SecretKey obtained in the Get credentials step.export TENCENTCLOUD_SECRET_ID=<your-secret-id>export TENCENTCLOUD_SECRET_KEY=<your-secret-key>
provider.tf file in the user directory and enter the following content:
Replace <your-secret-id> and <your-secret-key> with SecretId and SecretKey obtained in the Get credentials step.provider "tencentcloud" {secret_id = "<your-secret-id>"secret_key = "<your-secret-key>"}
Was this page helpful?
You can also Contact sales or Submit a Ticket for help.
Help us improve! Rate your documentation experience in 5 mins.
Feedback