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.
2 parents e6a0987 + f4c1540 commit 16137a9Copy full SHA for 16137a9
CHANGELOG.md
@@ -10,6 +10,7 @@ ENHANCEMENTS:
10
ENHANCEMENTS:
11
12
* Resource `tencentcloud_kubernetes_node_pool` add `internet_max_bandwidth_out`, `public_ip_assigned` to support internet traffic setting.
13
+* Resource `tencentcloud_instance` remove limit of `data_disk_size`.
14
15
## 1.53.6 (March 09, 2021)
16
tencentcloud/connectivity/transport.go
@@ -10,7 +10,7 @@ import (
"time"
)
-const ReqClient = "Terraform-v1.53.6"
+const ReqClient = "Terraform-v1.53.7"
type LogRoundTripper struct {
}
0 commit comments