Skip to content

Commit 1734328

Browse files
committed
add
1 parent c352244 commit 1734328

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tencentcloud/services/waf/resource_tc_waf_cc.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ func ResourceTencentCloudWafCc() *schema.Resource {
6262
"match_func": {
6363
Required: true,
6464
Type: schema.TypeInt,
65-
Description: "Match method, 0 equal, 1 contains, 2 prefix.",
65+
Description: "Match method, 0 equal, 1 prefix, 2 contains.",
6666
},
6767
"action_type": {
6868
Required: true,

website/docs/r/waf_cc.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ The following arguments are supported:
4141
* `edition` - (Required, String) WAF edition. clb-waf means clb-waf, sparta-waf means saas-waf.
4242
* `interval` - (Required, String) Interval.
4343
* `limit` - (Required, String) CC detection threshold.
44-
* `match_func` - (Required, Int) Match method, 0 equal, 1 contains, 2 prefix.
44+
* `match_func` - (Required, Int) Match method, 0 equal, 1 prefix, 2 contains.
4545
* `name` - (Required, String) Rule Name.
4646
* `priority` - (Required, Int) Rule Priority.
4747
* `status` - (Required, Int) Rule Status, 0 rule close, 1 rule open.

0 commit comments

Comments
 (0)