Skip to content

Commit 1729f30

Browse files
committed
add
1 parent 0e5258a commit 1729f30

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

tencentcloud/services/ccn/resource_tc_ccn_route_table_associate_instance_config.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,13 @@ func ResourceTencentCloudCcnRouteTableAssociateInstanceConfig() *schema.Resource
2828
"ccn_id": {
2929
Type: schema.TypeString,
3030
Required: true,
31+
ForceNew: true,
3132
Description: "ID of the CCN.",
3233
},
3334
"route_table_id": {
3435
Type: schema.TypeString,
3536
Required: true,
37+
ForceNew: true,
3638
Description: "Ccn instance route table ID.",
3739
},
3840
"instances": {

website/docs/r/ccn_route_table_associate_instance_config.html.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,9 @@ resource "tencentcloud_ccn_route_table_associate_instance_config" "example" {
8080

8181
The following arguments are supported:
8282

83-
* `ccn_id` - (Required, String) ID of the CCN.
83+
* `ccn_id` - (Required, String, ForceNew) ID of the CCN.
8484
* `instances` - (Required, Set) Instances list.
85-
* `route_table_id` - (Required, String) Ccn instance route table ID.
85+
* `route_table_id` - (Required, String, ForceNew) Ccn instance route table ID.
8686

8787
The `instances` object supports the following:
8888

0 commit comments

Comments
 (0)