Skip to content

Commit c3c22c7

Browse files
authored
fix(waf): [138877555] tencentcloud_waf_anti_fake update doc (#3262)
* add * add
1 parent 44a9cc5 commit c3c22c7

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.changelog/3262.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:enhancement
2+
resource/tencentcloud_waf_anti_fake: update doc
3+
```

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)