From 4e188ed3e825cc92ef2595ae69e04325bcb8d972 Mon Sep 17 00:00:00 2001 From: SevenEarth <391613297@qq.com> Date: Wed, 2 Apr 2025 17:17:06 +0800 Subject: [PATCH 1/2] add --- tencentcloud/services/waf/resource_tc_waf_anti_fake.go | 2 +- website/docs/r/waf_anti_fake.html.markdown | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 From 56b064809629b71dab68104adeaad0705fdee8c5 Mon Sep 17 00:00:00 2001 From: SevenEarth <391613297@qq.com> Date: Wed, 2 Apr 2025 17:18:23 +0800 Subject: [PATCH 2/2] add --- .changelog/3262.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .changelog/3262.txt 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