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
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,14 @@
1
-
## 1.40.3 (Unreleased)
1
+
## 1.40.3 (Unreleased)
2
2
3
3
ENHANCEMENTS:
4
4
5
5
* 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`.
6
6
7
+
BUG FIXES:
8
+
9
+
* Resource: `tencentcloud_vpn_gateway` fix creation of instance when `vpc_id` is specified.
10
+
* Resource: `tencentcloud_vpn_connection` fix creation of instance when `vpc_id` is specified.
Copy file name to clipboardExpand all lines: website/docs/r/vpn_connection.html.markdown
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,6 @@ The following arguments are supported:
52
52
*`name` - (Required) Name of the VPN connection. The length of character is limited to 1-60.
53
53
*`pre_share_key` - (Required) Pre-shared key of the VPN connection.
54
54
*`security_group_policy` - (Required) Security group policy of the VPN connection.
55
-
*`vpc_id` - (Required, ForceNew) ID of the VPC.
56
55
*`vpn_gateway_id` - (Required, ForceNew) ID of the VPN gateway.
57
56
*`ike_dh_group_name` - (Optional) DH group name of the IKE operation specification, valid values are `GROUP1`, `GROUP2`, `GROUP5`, `GROUP14`, `GROUP24`. Default value is `GROUP1`.
58
57
*`ike_exchange_mode` - (Optional) Exchange mode of the IKE operation specification, valid values are `AGGRESSIVE`, `MAIN`. Default value is `MAIN`.
@@ -72,6 +71,7 @@ The following arguments are supported:
72
71
*`ipsec_sa_lifetime_seconds` - (Optional) SA lifetime of the IPSEC operation specification, unit is `second`. The value ranges from 180 to 604800. Default value is 3600 seconds.
73
72
*`ipsec_sa_lifetime_traffic` - (Optional) SA lifetime of the IPSEC operation specification, unit is `KB`. The value should not be less then 2560. Default value is 1843200.
74
73
*`tags` - (Optional) A list of tags used to associate different resources.
74
+
*`vpc_id` - (Optional, ForceNew) ID of the VPC. Required if vpn gateway is not in `CCN` type, and doesn't make sense for `CCN` vpn gateway.
75
75
76
76
The `security_group_policy` object supports the following:
*`name` - (Required) Name of the VPN gateway. The length of character is limited to 1-60.
54
-
*`vpc_id` - (Required, ForceNew) ID of the VPC.
55
54
*`zone` - (Required, ForceNew) Zone of the VPN gateway.
56
55
*`bandwidth` - (Optional) The maximum public network output bandwidth of VPN gateway (unit: Mbps), the available values include: 5,10,20,50,100,200,500,1000. Default is 5. When charge type is `PREPAID`, bandwidth degradation operation is unsupported.
57
56
*`charge_type` - (Optional) Charge Type of the VPN gateway, valid values are `PREPAID`, `POSTPAID_BY_HOUR` and default is `POSTPAID_BY_HOUR`.
58
57
*`prepaid_period` - (Optional) Period of instance to be prepaid. Valid values are 1, 2, 3, 4, 6, 7, 8, 9, 12, 24, 36 and unit is month. Caution: when this para and renew_flag para are valid, the request means to renew several months more pre-paid period. This para can only be set to take effect in create operation.
59
58
*`prepaid_renew_flag` - (Optional) Flag indicates whether to renew or not, valid values are `NOTIFY_AND_RENEW`, `NOTIFY_AND_AUTO_RENEW`, `NOT_NOTIFY_AND_NOT_RENEW`. This para can only be set to take effect in create operation.
60
59
*`tags` - (Optional) A list of tags used to associate different resources.
61
60
*`type` - (Optional) Type of gateway instance, valid values are `IPSEC`, `SSL` and `CCN`. Note: CCN type is only for whitelist customer now.
61
+
*`vpc_id` - (Optional, ForceNew) ID of the VPC. Required if vpn gateway is not in `CCN` type, and doesn't make sense if vpn gateway is in `CCN` type.
0 commit comments