Skip to content

Commit c98d147

Browse files
authored
feat/readme (#1933)
* feat/readme * feat/readme * feat/readme * feat/readme * feat/readme * feat/readme * feat/readme * feat/readme * feat/readme * feat/readme * feat/readme * feat/readme
1 parent 64ac4b4 commit c98d147

File tree

3 files changed

+34
-5
lines changed

3 files changed

+34
-5
lines changed

.github/01_Tcloud_logo_Eng.png

16.3 KB
Loading

.github/terraform_logo.svg

Lines changed: 1 addition & 0 deletions
Loading

README.md

Lines changed: 33 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,37 @@
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+
[![stars](https://img.shields.io/github/stars/tencentcloudstack/terraform-provider-tencentcloud)](https://img.shields.io/github/stars/tencentcloudstack/terraform-provider-tencentcloud)
8+
[![Forks](https://img.shields.io/github/forks/tencentcloudstack/terraform-provider-tencentcloud)](https://img.shields.io/github/forks/tencentcloudstack/terraform-provider-tencentcloud)
9+
[![Go Report Card](https://goreportcard.com/badge/github.com/tencentcloudstack/terraform-provider-tencentcloud)](https://goreportcard.com/report/github.com/tencentcloudstack/terraform-provider-tencentcloud)
10+
[![Releases](https://img.shields.io/github/release/tencentcloudstack/terraform-provider-tencentcloud.svg?style=flat-square)](https://github.com/tencentcloudstack/terraform-provider-tencentcloud/releases)
11+
[![License](https://img.shields.io/github/license/tencentcloudstack/terraform-provider-tencentcloud)](https://img.shields.io/github/license/tencentcloudstack/terraform-provider-tencentcloud)
12+
[![Issues](https://img.shields.io/github/issues/tencentcloudstack/terraform-provider-tencentcloud)](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+
* [![Documentation](https://img.shields.io/badge/documentation-blue)](https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/latest/docs)
27+
* [![Gitter chat](https://badges.gitter.im/hashicorp-terraform/Lobby.png)](https://gitter.im/hashicorp-terraform/Lobby)
28+
* Mailing list: [Google Groups](http://groups.google.com/group/terraform-tool)
29+
230

331
## Requirements
432

533
* [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)
735

836
## Usage
937

@@ -47,7 +75,7 @@ export HTTPS_PROXY=$http_proxy
4775

4876
You can edit your own terraform configuration files. Learn examples from examples directory.
4977

50-
### Terraform it
78+
### Terraform init
5179

5280
Now you can try your terraform demo:
5381

@@ -109,6 +137,6 @@ export TF_SKIP_PROVIDER_VERIFY=1
109137

110138
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.
111139

112-
### Document
140+
### License
113141

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

Comments
 (0)