File tree Expand file tree Collapse file tree 2 files changed +19
-4
lines changed Expand file tree Collapse file tree 2 files changed +19
-4
lines changed Original file line number Diff line number Diff line change 1
- ## 1.70.3 (April 22 , 2022)
1
+ ## 1.71.0 (April 24 , 2022)
2
2
3
3
FEATURES:
4
4
5
+ * New datasource ` tencentcloud_postgresql_xlogs `
6
+
7
+ ENHANCEMENTS:
8
+
9
+ * resource ` tencentcloud_postgresql_instance ` support backup plan
10
+ * resource ` tencentcloud_redis_instance ` support ` replica_zone_ids ` modify
11
+
12
+ BUGFIXES:
13
+
14
+ * resource ` tencentcloud_eks_cluster ` fix LB modified errors
15
+
16
+ ## 1.70.3 (April 22, 2022)
17
+
18
+ ENHANCEMENTS:
19
+
5
20
* resource ` tencentcloud_ckafka_instance ` remove validate check
6
21
* resource ` tencentcloud_tcr_vpc_attachment ` modify doc
7
22
Original file line number Diff line number Diff line change @@ -55,9 +55,9 @@ const (
55
55
defaultVpcCidr = "172.16.0.0/16"
56
56
defaultVpcCidrLess = "172.16.0.0/18"
57
57
58
- defaultCvmAZone = "ap-guangzhou-7"
59
- defaultCvmVpcId = "vpc-l0dw94uh"
60
- defaultCvmSubnetId = "subnet-ccj2qg0m"
58
+ defaultCvmAZone = "ap-guangzhou-7"
59
+ defaultCvmVpcId = "vpc-l0dw94uh"
60
+ defaultCvmSubnetId = "subnet-ccj2qg0m"
61
61
62
62
defaultAZone = "ap-guangzhou-3"
63
63
defaultSubnetId = "subnet-enm92y0m"
You can’t perform that action at this time.
0 commit comments