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
Description: "ID of the VPC. Required if vpn gateway is not in `CCN` type, and doesn't make sense for `CCN` vpn gateway.",
83
89
},
90
+
"is_ccn_type": {
91
+
Type: schema.TypeBool,
92
+
Computed: true,
93
+
Description: "Indicate whether is ccn type. Modification of this field only impacts force new logic of `vpc_id`. If `is_ccn_type` is true, modification of `vpc_id` will be ignored.",
Copy file name to clipboardExpand all lines: website/docs/r/vpn_connection.html.markdown
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -85,6 +85,7 @@ In addition to all arguments above, the following attributes are exported:
85
85
*`id` - ID of the resource.
86
86
*`create_time` - Create time of the VPN connection.
87
87
*`encrypt_proto` - Encrypt proto of the VPN connection.
88
+
*`is_ccn_type` - Indicate whether is ccn type. Modification of this field only impacts force new logic of `vpc_id`. If `is_ccn_type` is true, modification of `vpc_id` will be ignored.
88
89
*`net_status` - Net status of the VPN connection, values are `AVAILABLE`.
89
90
*`route_type` - Route type of the VPN connection.
90
91
*`state` - State of the connection, values are `PENDING`, `AVAILABLE`, `DELETING`.
Copy file name to clipboardExpand all lines: website/docs/r/vpn_gateway.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
@@ -58,7 +58,7 @@ The following arguments are supported:
58
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.
59
59
*`tags` - (Optional) A list of tags used to associate different resources.
60
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.
61
+
*`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.
0 commit comments