We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4645474 commit 223f706Copy full SHA for 223f706
CHANGELOG.md
@@ -1,4 +1,5 @@
1
-## 1.53.6 (Unreleased)
+## 1.53.7 (Unreleased)
2
+## 1.53.6 (March 09, 2021)
3
4
ENHANCEMENTS:
5
* Resource `tencentcloud_eip` support `internet_max_bandwidth_out` modification.
tencentcloud/connectivity/transport.go
@@ -10,7 +10,7 @@ import (
10
"time"
11
)
12
13
-const ReqClient = "Terraform-v1.53.5"
+const ReqClient = "Terraform-v1.53.6"
14
15
type LogRoundTripper struct {
16
}
0 commit comments