Skip to content

Commit 4e188ed

Browse files
committed
add
1 parent e8f7a1e commit 4e188ed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tencentcloud/services/waf/resource_tc_waf_anti_fake.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ func ResourceTencentCloudWafAntiFake() *schema.Resource {
4747
Type: schema.TypeInt,
4848
Default: ANTI_FAKE_URL_STATUS_1,
4949
ValidateFunc: tccommon.ValidateAllowedIntValue(ANTI_FAKE_URL_STATUS),
50-
Description: "Status. 0: Turn off rules and log switches, 1: Turn on the rule switch and Turn off the log switch; 2: Turn off the rule switch and turn on the log switch;3: Turn on the log switch.",
50+
Description: "Status. 0: Turn off rules and log switches, 1: Turn on the rule switch and Turn off the log switch; 2: Turn off the rule switch and turn on the log switch; 3: Turn on the rule switch and turn on the log switch.",
5151
},
5252
"rule_id": {
5353
Computed: true,

website/docs/r/waf_anti_fake.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The following arguments are supported:
3131
* `domain` - (Required, String) Domain.
3232
* `name` - (Required, String) Rule Name.
3333
* `uri` - (Required, String) Uri.
34-
* `status` - (Optional, Int) Status. 0: Turn off rules and log switches, 1: Turn on the rule switch and Turn off the log switch; 2: Turn off the rule switch and turn on the log switch;3: Turn on the log switch.
34+
* `status` - (Optional, Int) Status. 0: Turn off rules and log switches, 1: Turn on the rule switch and Turn off the log switch; 2: Turn off the rule switch and turn on the log switch; 3: Turn on the rule switch and turn on the log switch.
3535

3636
## Attributes Reference
3737

0 commit comments

Comments
 (0)