Skip to content

Commit b9bcad2

Browse files
committed
add
1 parent 6a0e220 commit b9bcad2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tencentcloud/services/ccn/resource_tc_ccn_routes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Example Usage
55
```hcl
66
resource "tencentcloud_ccn_routes" "example" {
77
ccn_id = "ccn-gr7nynbd"
8-
route_id = "ccnrtb-jpf7bzn3"
8+
route_id = "ccnr-5uhewx1s"
99
switch = "off"
1010
}
1111
```

website/docs/r/ccn_routes.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Provides a resource to create a vpc ccn_routes switch
1616
```hcl
1717
resource "tencentcloud_ccn_routes" "example" {
1818
ccn_id = "ccn-gr7nynbd"
19-
route_id = "ccnrtb-jpf7bzn3"
19+
route_id = "ccnr-5uhewx1s"
2020
switch = "off"
2121
}
2222
```

0 commit comments

Comments
 (0)