https://github.com/tencentcloudstack/terraform-oob-example
The out-of-box example for the Terraform Tencent Cloud Provider
https://github.com/tencentcloudstack/terraform-oob-example
Last synced: 5 months ago
JSON representation
The out-of-box example for the Terraform Tencent Cloud Provider
- Host: GitHub
- URL: https://github.com/tencentcloudstack/terraform-oob-example
- Owner: tencentcloudstack
- License: mit
- Created: 2023-06-14T07:52:06.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-14T08:52:29.000Z (almost 3 years ago)
- Last Synced: 2025-06-18T16:46:13.967Z (12 months ago)
- Language: HCL
- Size: 188 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# terraform-oob-example
The out-of-box example for the Terraform Tencent Cloud Provider
### 1.init
```sh
$ terraform init
```

### 2.preview the oob example before creating
```sh
$ terraform plan
```

### 3.apply your oob example
```sh
$ terraform apply
```

#### input `yes` to confirm the creation operation
Wait for a while to finish the creation...

### 4.enjoy your resource after creating
```sh
$ terraform show
```

### More
- for more information, please see the documentation:
[TencentCloud Provider](https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/latest/docs)
- To destroy the resource you have created, please run:
```sh
$ terraform destroy
```
have fun~