File tree Expand file tree Collapse file tree 2 files changed +23
-2
lines changed
tencentcloud/connectivity Expand file tree Collapse file tree 2 files changed +23
-2
lines changed Original file line number Diff line number Diff line change 1
- ## 1.52.1 (Unreleased)
1
+ ## 1.53.1 (Unreleased)
2
+ ## 1.53.0 (January 15, 2021)
3
+
4
+ FEATURES:
5
+
6
+ * ** New Resource** : ` tencentcloud_ssl_pay_certificate ` to support ssl pay certificate.
7
+
8
+ ENHANCEMENTS:
9
+
10
+ * Resource ` tencentcloud_ccn ` add ` charge_type ` to support billing mode setting.
11
+ * Resource ` tencentcloud_ccn ` add ` bandwidth_limit_type ` to support the speed limit type setting.
12
+ * Resource ` tencentcloud_ccn_bandwidth_limit ` add ` dst_region ` to support destination area restriction setting.
13
+ * Resource ` tencentcloud_cdn_domain ` add ` range_origin_switch ` to support range back to source configuration.
14
+ * Resource ` tencentcloud_cdn_domain ` add ` rule_cache ` to support advanced path cache configuration.
15
+ * Resource ` tencentcloud_cdn_domain ` add ` request_header ` to support request header configuration.
16
+ * Data Source ` tencentcloud_ccn_instances ` add ` charge_type ` to support billing mode.
17
+ * Data Source ` tencentcloud_ccn_instances ` add ` bandwidth_limit_type ` to support the speed limit type.
18
+ * Data Source ` tencentcloud_ccn_bandwidth_limit ` add ` dst_region ` to support destination area restriction.
19
+ * Data Source ` tencentcloud_cdn_domains ` add ` range_origin_switch ` to support range back to source configuration.
20
+ * Data Source ` tencentcloud_cdn_domains ` add ` rule_cache ` to support advanced path cache configuration.
21
+ * Data Source ` tencentcloud_cdn_domains ` add ` request_header ` to support request header configuration.
22
+
2
23
## 1.52.0 (December 28, 2020)
3
24
4
25
FEATURES:
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import (
10
10
"time"
11
11
)
12
12
13
- const ReqClient = "Terraform-v1.52 .0"
13
+ const ReqClient = "Terraform-v1.53 .0"
14
14
15
15
type LogRoundTripper struct {
16
16
}
You can’t perform that action at this time.
0 commit comments