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 0070a6a commit 039856aCopy full SHA for 039856a
CHANGELOG.md
@@ -1,4 +1,5 @@
1
-## 1.53.2 (Unreleased)
+## 1.53.3 (Unreleased)
2
+## 1.53.2 (February 01, 2021)
3
4
ENHANCEMENTS:
5
@@ -9,7 +10,6 @@ BUG FIXES:
9
10
* Resource: `tencentcloud_cos_bucket` fix bug that error happens when applying unsupported logging region.
11
* Resource: `tencentcloud_as_scaling_policy` fix bug that missing required parameters error happened when update metric parameters.
12
-
13
## 1.53.1 (January 23, 2021)
14
15
tencentcloud/connectivity/transport.go
@@ -10,7 +10,7 @@ import (
"time"
)
-const ReqClient = "Terraform-v1.53.1"
+const ReqClient = "Terraform-v1.53.2"
type LogRoundTripper struct {
16
}
0 commit comments