diff --git a/.changelog/3262.txt b/.changelog/3262.txt new file mode 100644 index 0000000000..702529f9ff --- /dev/null +++ b/.changelog/3262.txt @@ -0,0 +1,3 @@ +```release-note:enhancement +resource/tencentcloud_waf_anti_fake: update doc +``` \ No newline at end of file diff --git a/tencentcloud/services/waf/resource_tc_waf_anti_fake.go b/tencentcloud/services/waf/resource_tc_waf_anti_fake.go index bcef215ac3..fd0e1989db 100644 --- a/tencentcloud/services/waf/resource_tc_waf_anti_fake.go +++ b/tencentcloud/services/waf/resource_tc_waf_anti_fake.go @@ -47,7 +47,7 @@ func ResourceTencentCloudWafAntiFake() *schema.Resource { Type: schema.TypeInt, Default: ANTI_FAKE_URL_STATUS_1, ValidateFunc: tccommon.ValidateAllowedIntValue(ANTI_FAKE_URL_STATUS), - 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.", + 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.", }, "rule_id": { Computed: true, diff --git a/website/docs/r/waf_anti_fake.html.markdown b/website/docs/r/waf_anti_fake.html.markdown index 9878a3b20d..43527593a2 100644 --- a/website/docs/r/waf_anti_fake.html.markdown +++ b/website/docs/r/waf_anti_fake.html.markdown @@ -31,7 +31,7 @@ The following arguments are supported: * `domain` - (Required, String) Domain. * `name` - (Required, String) Rule Name. * `uri` - (Required, String) Uri. -* `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. +* `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. ## Attributes Reference