|
1 | | -# terraform-provider-tencentcloud |
| 1 | +<a href="https://terraform.io"> |
| 2 | + <img src=".github/terraform_logo.svg" alt="Terraform logo" title="Terraform" align="right" height="50"> |
| 3 | +</a> |
| 4 | + |
| 5 | +# Terraform Provider For TencentCloud |
| 6 | + |
| 7 | +[](https://img.shields.io/github/stars/tencentcloudstack/terraform-provider-tencentcloud) |
| 8 | +[](https://img.shields.io/github/forks/tencentcloudstack/terraform-provider-tencentcloud) |
| 9 | +[](https://goreportcard.com/report/github.com/tencentcloudstack/terraform-provider-tencentcloud) |
| 10 | +[](https://github.com/tencentcloudstack/terraform-provider-tencentcloud/releases) |
| 11 | +[](https://img.shields.io/github/license/tencentcloudstack/terraform-provider-tencentcloud) |
| 12 | +[](https://img.shields.io/github/issues/tencentcloudstack/terraform-provider-tencentcloud) |
| 13 | + |
| 14 | +<div> |
| 15 | + <p> |
| 16 | + <a href="https://cloud.tencent.com"> |
| 17 | + <img src=".github/01_Tcloud_logo_Eng.png" alt="logo" title="Terraform" height="69"> |
| 18 | + </a> |
| 19 | + <br> |
| 20 | + <i>Tencent Infrastructure Automation for Terraform.</i> |
| 21 | + <br> |
| 22 | + </p> |
| 23 | +</div> |
| 24 | + |
| 25 | +* Tutorials: https://www.terraform.io |
| 26 | +* [](https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/latest/docs) |
| 27 | +* [](https://gitter.im/hashicorp-terraform/Lobby) |
| 28 | +* Mailing list: [Google Groups](http://groups.google.com/group/terraform-tool) |
| 29 | + |
2 | 30 |
|
3 | 31 | ## Requirements |
4 | 32 |
|
5 | 33 | * [Terraform](https://www.terraform.io/downloads.html) 0.13.x |
6 | | -* [Go](https://golang.org/doc/install) 1.13.x (to build the provider plugin) |
| 34 | +* [Go](https://golang.org/doc/install) 1.18.x (to build the provider plugin) |
7 | 35 |
|
8 | 36 | ## Usage |
9 | 37 |
|
@@ -47,7 +75,7 @@ export HTTPS_PROXY=$http_proxy |
47 | 75 |
|
48 | 76 | You can edit your own terraform configuration files. Learn examples from examples directory. |
49 | 77 |
|
50 | | -### Terraform it |
| 78 | +### Terraform init |
51 | 79 |
|
52 | 80 | Now you can try your terraform demo: |
53 | 81 |
|
@@ -109,6 +137,6 @@ export TF_SKIP_PROVIDER_VERIFY=1 |
109 | 137 |
|
110 | 138 | This will disable the verify steps, so after you update this provider, you won't need to create new resources, but use previously saved state. |
111 | 139 |
|
112 | | -### Document |
| 140 | +### License |
113 | 141 |
|
114 | | -Keep in mind that document changes is also needed when resources, data sources, attributes changed in code. |
| 142 | +Terraform-Provider-TencentCloud is under the Mozilla Public License 2.0. See the [LICENSE](LICENSE) file for details. |
0 commit comments