An open API service indexing awesome lists of open source software.

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

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
```

image

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

image

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

image

#### input `yes` to confirm the creation operation

Wait for a while to finish the creation...

image

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

image

### 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~