1
+ ## 1.59.18 (October 25, 2021)
2
+
3
+ ENHANCEMENTS:
4
+
5
+ * Resource ` tencentcloud_instance ` support instance reset and pay as you go
6
+ * Resource ` tencentcloud_vpc ` support ` default_route_table_id `
7
+ * DataSource ` tencentcloud_vpc_route_tables ` add example usage for fetching default route table
8
+
9
+ DEPRECATED:
10
+
11
+ * Resource ` tencentcloud_instance ` argument ` instance_count ` was deprecated, replace by built-in ` count `
12
+
13
+ ## 1.59.17 (October 20, 2021)
14
+
15
+ BUGFIXES:
16
+
17
+ * Resource ` tencentcloud_vod_xxx ` fix resource related to vod, while user create vod resource use sub app id.
18
+
19
+ ## 1.59.16 (October 19, 2021)
20
+
21
+ ENHANCEMENTS:
22
+
23
+ * Resource ` tencentcloud_clb_instance ` support ` bandwidth_package_id `
24
+
25
+ COMMON:
26
+
27
+ * Resource ` tencentcloud_eks_cluster ` make essential argument required
28
+
1
29
## 1.59.15 (October 19, 2021)
2
30
3
- ENHANCEMENT :
31
+ ENHANCEMENTS :
4
32
5
- * resource ` resource_tc_scf_function ` support scf create by image
6
- * resource ` resource_tc_security_group_lite_rule ` ingress/egress policy support security group ID, address template as source
33
+ * Resource ` tencentcloud_scf_function ` support scf create by image
34
+ * Resource ` tencentcloud_security_group_lite_rule ` ingress/egress policy support security group ID, address template as source
7
35
8
36
9
37
BUGFIXES:
10
38
11
- * resource ` tencentcloud_clb_listener ` skip empty import set
12
- * resource ` resource_tc_address_template_group ` fix incorrect field ` addresses ` to ` template_ids ` in example usage.
39
+ * Resource ` tencentcloud_clb_listener ` skip empty import set
40
+ * Resource ` tencentcloud_address_template_group ` fix incorrect field ` addresses ` to ` template_ids ` in example usage.
13
41
14
42
## 1.59.14 (October 19, 2021)
15
43
16
44
BUGFIXES:
17
45
18
- * resource ` tencentcloud_kubernetes_auth_attachment ` fix official document synchronous error.
19
- * resource ` resource_tc_elasticsearch_instance ` make zone and subnet optional for multi az case.
46
+ * Resource ` tencentcloud_kubernetes_auth_attachment ` fix official document synchronous error.
47
+ * Resource ` tencentcloud_elasticsearch_instance ` make zone and subnet optional for multi az case.
20
48
21
49
COMMON:
22
50
@@ -26,7 +54,7 @@ COMMON:
26
54
27
55
ENHANCEMENTS:
28
56
29
- * resource ` resource_tc_kubernetes_cluster ` support argument ` extension_addon `
57
+ * Resource ` tencentcloud_kubernetes_cluster ` support argument ` extension_addon `
30
58
31
59
## 1.59.12 (October 15, 2021)
32
60
@@ -48,42 +76,42 @@ FEATURES:
48
76
49
77
ENHANCEMENTS:
50
78
51
- * Resource ` resource_tc_tcr_vpc_attachment ` support argument ` region_name `
79
+ * Resource ` tencentcloud_tcr_vpc_attachment ` support argument ` region_name `
52
80
53
81
## 1.59.10 (October, 9, 2021)
54
82
55
83
ENHANCEMENTS:
56
84
57
- * Resource ` resource_tc_cos_bucket_object ` support cos object tags.
85
+ * Resource ` tencentcloud_cos_bucket_object ` support cos object tags.
58
86
59
87
BUGFIXES:
60
88
61
- * Resource ` resource_tc_kubernetes_cluster ` update authentication options immediately after create
89
+ * Resource ` tencentcloud_kubernetes_cluster ` update authentication options immediately after create
62
90
63
91
## 1.59.9 (October, 9, 2021)
64
92
65
93
ENHANCEMENTS:
66
94
67
- * Resource ` resource_tc_kubernetes_cluster ` cluster support authentication options.
95
+ * Resource ` tencentcloud_kubernetes_cluster ` cluster support authentication options.
68
96
69
97
70
98
## 1.59.8 (October, 6, 2021)
71
99
72
100
BUGFIXES:
73
101
74
- * Resource ` resource_tc_tcr_vpc_attachment ` pass region_id for delete if provided.
102
+ * Resource ` tencentcloud_tcr_vpc_attachment ` pass region_id for delete if provided.
75
103
76
104
## 1.59.7 (October, 5, 2021)
77
105
78
106
ENHANCEMENTS:
79
107
80
- * Resource ` resource_tc_tcr_vpc_attachment ` tcr vpc attachment support region.
108
+ * Resource ` tencentcloud_tcr_vpc_attachment ` tcr vpc attachment support region.
81
109
82
110
## 1.59.6 (September 28, 2021)
83
111
84
112
BUGFIXES:
85
113
86
- * Resource ` resource_tc_kubernetes_node_pool ` fix termination_policies argument mistake
114
+ * Resource ` tencentcloud_kubernetes_node_pool ` fix termination_policies argument mistake
87
115
88
116
DEPRECATED:
89
117
@@ -93,21 +121,21 @@ DEPRECATED:
93
121
94
122
ENHANCEMENTS:
95
123
96
- * Resource ` resource_tc_kubernetes_node_pool_test ` extend relative auto-scaling group arguments in node pool resource
124
+ * TestCase ` TestAccTencentCloudTkeNodePoolResource ` extend relative auto-scaling group arguments in node pool resource
97
125
98
126
DEPRECATED:
99
127
100
- * Resource ` resource_tc_cam_group_membership ` argument ` user_ids ` was deprecated, replace by ` user_names `
101
- * Resource ` resource_tc_cam_user_policy_attachment ` argument ` user_id ` was deprecated, replace by ` user_name `
128
+ * Resource ` tencentcloud_cam_group_membership ` argument ` user_ids ` was deprecated, replace by ` user_names `
129
+ * Resource ` tencentcloud_cam_user_policy_attachment ` argument ` user_id ` was deprecated, replace by ` user_name `
102
130
103
131
104
132
## 1.59.4 (September 24, 2021)
105
133
106
134
BUGFIXES:
107
- * Resource ` resource_tc_tcr_instance ` support modify tags
135
+ * Resource ` tencentcloud_tcr_instance ` support modify tags
108
136
* Resource ` service_tencentcloud_postgresql ` support security group
109
137
* Resource ` service_tencentcloud_monitor ` fix binding policy query limit
110
- * Resource ` resource_tc_api_gateway_api ` fix destroy limitNumber
138
+ * Resource ` tencentcloud_api_gateway_api ` fix destroy limitNumber
111
139
112
140
113
141
## 1.59.2 (September 18, 2021)
@@ -118,15 +146,15 @@ BUGFIXES:
118
146
119
147
ENHANCEMENTS:
120
148
121
- * Resource ` resource_tc_cdn_domain ` support ` ipv6_access_switch ` config
149
+ * Resource ` tencentcloud_cdn_domain ` support ` ipv6_access_switch ` config
122
150
123
151
## 1.59.1 (September 15, 2021)
124
152
125
153
BUGFIXES:
126
154
127
- * Resource ` tencentcloud/resource_tc_instance ` remove last_update_status judge
128
- * Resource ` tencentcloud/resource_tc_instance ` fix DescribeInstanceById return LatestOperationState
129
- * Resource ` tencentcloud/resource_tc_clb_attachment ` clb_attachment check instances before unbind target groups
155
+ * Resource ` tencentcloud_instance ` remove last_update_status judge
156
+ * Resource ` tencentcloud_instance ` fix DescribeInstanceById return LatestOperationState
157
+ * Resource ` tencentcloud_clb_attachment ` clb_attachment check instances before unbind target groups
130
158
131
159
CHORE:
132
160
@@ -137,43 +165,43 @@ CHORE:
137
165
138
166
ENHANCEMENTS:
139
167
140
- * Resource ` resource_tc_redis_backup_config.go ` change backup_period to optional
141
- * Resource ` resource_tc_scf_function ` enable public net config and eip config
142
- * Resource ` resource_tc_cos_bucket ` support MAZ, ACL XML body, Origin-Pull rules and origin domain rules
168
+ * Resource ` tencentcloud_redis_backup_config ` change backup_period to optional
169
+ * Resource ` tencentcloud_scf_function ` enable public net config and eip config
170
+ * Resource ` tencentcloud_cos_bucket ` support MAZ, ACL XML body, Origin-Pull rules and origin domain rules
143
171
144
172
## 1.58.4 (Aug 24, 2021)
145
173
146
174
ENHANCEMENTS:
147
175
148
- * Resource ` resource_tc_kubernetes_node_pool ` support ` backup_instance_type ` for ` auto_scaling_config `
176
+ * Resource ` tencentcloud_kubernetes_node_pool ` support ` backup_instance_type ` for ` auto_scaling_config `
149
177
150
178
## 1.58.3 (Aug 18, 2021)
151
179
152
180
ENHANCEMENTS:
153
181
154
182
* Extend kubernetes node instance disk allow types
155
- * Resource ` resource_tc_kubernetes_cluster_attachment ` add ` disk_partition ` field
183
+ * Resource ` tencentcloud_kubernetes_cluster_attachment ` add ` disk_partition ` field
156
184
157
185
BUGFIXES:
158
186
159
- * Resource ` resource_tc_kubernetes_cluster ` fix ` auto_format_and_mount ` default value to ` false `
187
+ * Resource ` tencentcloud_kubernetes_cluster ` fix ` auto_format_and_mount ` default value to ` false `
160
188
161
189
## 1.58.2 (Aug 18, 2021)
162
190
163
191
ENHANCEMENTS:
164
192
165
- * Resource ` resource_tc_kubernetes_cluster ` tke instance creation - add RuntimeVersion param
166
- * Resource ` resource_tc_kubernetes_cluster ` extend worker instance data disk mount settings
193
+ * Resource ` tencentcloud_kubernetes_cluster ` tke instance creation - add RuntimeVersion param
194
+ * Resource ` tencentcloud_kubernetes_cluster ` extend worker instance data disk mount settings
167
195
168
196
## 1.58.1 (Aug 17, 2021)
169
197
170
198
ENHANCEMENTS:
171
199
172
- * Resource ` resource_tc_mysql_instance ` add cpu params for mysql
200
+ * Resource ` tencentcloud_mysql_instance ` add cpu params for mysql
173
201
174
202
BUG FIXES:
175
203
176
- * Resource ` resource_tc_instance ` fix read cvm data_disks bug
204
+ * Resource ` tencentcloud_instance ` fix read cvm data_disks bug
177
205
178
206
## 1.58.0 (Aug 11, 2021)
179
207
@@ -186,8 +214,8 @@ FEATURES:
186
214
187
215
BUG FIXES:
188
216
189
- * Resource ` data_source_tc_elasticsearch_instances ` skip kibana node info record after elastic search instance create
190
- * Resource ` resource_tc_postgresql_instance ` skip kibana node info record after elastic search instance create
217
+ * DataSource ` data_source_tc_elasticsearch_instances ` skip kibana node info record after elastic search instance create
218
+ * Resource ` tencentcloud_postgresql_instance ` skip kibana node info record after elastic search instance create
191
219
192
220
## 1.57.2 (Aug 7, 2021)
193
221
@@ -261,7 +289,7 @@ BUG FIXES
261
289
262
290
BUG FIXES:
263
291
264
- * Resource ` tencentcloud_instance ` fix words spell, in tencendcloud/resource_tc_instance .go L45, data.tencentcloud_availability_zones.my_favorate_zones.zones.0.name change to data.tencentcloud_availability_zones.my_favorite_zones.zones.0.name".
292
+ * Resource ` tencentcloud_instance ` fix words spell, in tencendcloud/tencentcloud_instance .go L45, data.tencentcloud_availability_zones.my_favorate_zones.zones.0.name change to data.tencentcloud_availability_zones.my_favorite_zones.zones.0.name".
265
293
* Resource ` tencentcloud_kubernetes_clusters ` fix the description of is_non_static_ip_mode
266
294
267
295
ENHANCEMENTS:
0 commit comments