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 1023cb5 commit d2b44b5Copy full SHA for d2b44b5
CHANGELOG.md
@@ -1,4 +1,5 @@
1
-## 1.53.4 (Unreleased)
+## 1.53.5 (Unreleased)
2
+## 1.53.4 (February 08, 2021)
3
4
ENHANCEMENTS:
5
@@ -10,7 +11,6 @@ BUG FIXES:
10
11
* Resource: `tencentcloud_kubernetes_cluster_attachment` fix bug that only one extra argument set successfully.
12
* Resource: `tencentcloud_as_scaling_policy` fix bug that missing required parameters error happened when update metric parameters.
13
-
14
## 1.53.3 (February 02, 2021)
15
16
tencentcloud/connectivity/transport.go
@@ -10,7 +10,7 @@ import (
"time"
)
-const ReqClient = "Terraform-v1.53.3"
+const ReqClient = "Terraform-v1.53.4"
type LogRoundTripper struct {
}
0 commit comments