You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+24-1Lines changed: 24 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
## 1.40.1 (Unreleased)
1
+
## 1.41.0 (Unreleased)
2
2
3
3
FEATURES:
4
4
@@ -11,6 +11,29 @@ FEATURES:
11
11
***New Data Source**: `tencentcloud_sqlserver_readonly_groups`
12
12
***New Data Source**: `tencentcloud_sqlserver_zone_configs`
13
13
14
+
## 1.40.3 (August 11, 2020)
15
+
16
+
ENHANCEMENTS:
17
+
18
+
* Data Source: `tencentcloud_kubernetes_clusters`add new attributes `cluster_as_enabled`,`node_name_type`,`cluster_extra_args`,`network_type`,`is_non_static_ip_mode`,`kube_proxy_mode`,`service_cidr`,`eni_subnet_ids`,`claim_expired_seconds` and `deletion_protection`.
19
+
20
+
BUG FIXES:
21
+
22
+
* Resource: `tencentcloud_vpn_gateway` fix creation of instance when `vpc_id` is specified.
23
+
* Resource: `tencentcloud_vpn_connection` fix creation of instance when `vpc_id` is specified.
24
+
* Resource: `tencentcloud_instance` fix `internet_charge_type` inconsistency when public ip is not allocated.
* Resource: `tencentcloud_vpn_connection` fix mulit `security_group_policy` is not supported ([#487](https://github.com/tencentcloudstack/terraform-provider-tencentcloud/issues/487)).
Description: "Internet charge type of the instance, Valid values are `BANDWIDTH_PREPAID`, `TRAFFIC_POSTPAID_BY_HOUR`, `BANDWIDTH_POSTPAID_BY_HOUR` and `BANDWIDTH_PACKAGE`. The default is `TRAFFIC_POSTPAID_BY_HOUR`.",
197
+
Description: "Internet charge type of the instance, Valid values are `BANDWIDTH_PREPAID`, `TRAFFIC_POSTPAID_BY_HOUR`, `BANDWIDTH_POSTPAID_BY_HOUR` and `BANDWIDTH_PACKAGE`. This value does not need to be set when `allocate_public_ip` is false.",
198
198
},
199
199
"internet_max_bandwidth_out": {
200
200
Type: schema.TypeInt,
201
201
Optional: true,
202
-
Default: 0,
202
+
Computed: true,
203
203
ForceNew: true,
204
-
Description: "Maximum outgoing bandwidth to the public network, measured in Mbps (Mega bit per second). If this value is not specified, then automatically sets it to 0 Mbps.",
204
+
Description: "Maximum outgoing bandwidth to the public network, measured in Mbps (Mega bit per second). This value does not need to be set when `allocate_public_ip` is false.",
205
205
},
206
206
"allocate_public_ip": {
207
207
Type: schema.TypeBool,
@@ -961,6 +961,7 @@ func resourceTencentCloudInstanceDelete(d *schema.ResourceData, meta interface{}
0 commit comments