Skip to content

Commit 0a18c86

Browse files
committed
add
1 parent f83afbf commit 0a18c86

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

tencentcloud/services/ccn/resource_tc_ccn_route_table_input_policies.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,13 @@ func ResourceTencentCloudCcnRouteTableInputPolicies() *schema.Resource {
6262
"name": {
6363
Type: schema.TypeString,
6464
Required: true,
65-
Description: "condition type.",
65+
Description: "Condition type. Example value: `instance-type`.",
6666
},
6767
"values": {
6868
Type: schema.TypeList,
6969
Required: true,
7070
Elem: &schema.Schema{Type: schema.TypeString},
71-
Description: "List of conditional values.",
71+
Description: "List of conditional values. Example value: `VPC`, `DIRECTCONNECT`.",
7272
},
7373
"match_pattern": {
7474
Type: schema.TypeInt,

website/docs/r/ccn_route_table_input_policies.html.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@ The `policies` object supports the following:
100100
The `route_conditions` object of `policies` supports the following:
101101

102102
* `match_pattern` - (Required, Int) Matching mode, `1` precise matching, `0` fuzzy matching.
103-
* `name` - (Required, String) condition type.
104-
* `values` - (Required, List) List of conditional values.
103+
* `name` - (Required, String) Condition type. Example value: `instance-type`.
104+
* `values` - (Required, List) List of conditional values. Example value: `VPC`, `DIRECTCONNECT`.
105105

106106
## Attributes Reference
107107

0 commit comments

Comments
 (0)