File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 33ENHANCEMENTS:
44
55* upgrade terraform 0.13
6+ * update readme to new repository
67
78## 1.38.3 (July 13, 2020)
89
Original file line number Diff line number Diff line change 22
33## Requirements
44
5- * [ Terraform] ( https://www.terraform.io/downloads.html ) 0.12 .x
5+ * [ Terraform] ( https://www.terraform.io/downloads.html ) 0.13 .x
66* [ Go] ( https://golang.org/doc/install ) 1.13.x (to build the provider plugin)
77
88## Usage
99
1010### Build from source code
1111
12- Clone repository to: ` $GOPATH/src/github.com/terraform-providers /terraform-provider-tencentcloud `
12+ Clone repository to: ` $GOPATH/src/github.com/tencentcloudstack /terraform-provider-tencentcloud `
1313
1414``` sh
15- $ mkdir -p $GOPATH /src/github.com/terraform-providers
16- $ cd $GOPATH /src/github.com/terraform-providers
17- $ git clone https://github.com/terraform-providers /terraform-provider-tencentcloud
15+ $ mkdir -p $GOPATH /src/github.com/tencentcloudstack
16+ $ cd $GOPATH /src/github.com/tencentcloudstack
17+ $ git clone https://github.com/tencentcloudstack /terraform-provider-tencentcloud.git
1818$ cd terraform-provider-tencentcloud
1919$ go build .
2020```
You can’t perform that action at this time.
0 commit comments