Skip to content

Commit 80517ca

Browse files
authored
fix(waf): [127257728] tencentcloud_waf_saas_domain update doc (#3514)
* add * add
1 parent 2a69519 commit 80517ca

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.changelog/3514.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_saas_domain: update doc
3+
```

tencentcloud/services/waf/resource_tc_waf_saas_domain.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ func ResourceTencentCloudWafSaasDomain() *schema.Resource {
267267
Optional: true,
268268
Default: PROTECTION_STATUS_1,
269269
ValidateFunc: tccommon.ValidateAllowedIntValue(PROTECTION_STATUS),
270-
Description: "Binding status between waf and LB, 0:not bind, 1:binding.",
270+
Description: "WAF switch status, 1: turn on WAF switch; 0: turn off WAF switch.",
271271
},
272272
"domain_id": {
273273
Type: schema.TypeString,

website/docs/r/waf_saas_domain.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ The following arguments are supported:
206206
* `sni_type` - (Optional, Int) Sni type fo upstream, 0:disable SNI; 1:enable SNI and SNI equal original request host; 2:and SNI equal upstream host 3:enable SNI and equal customize host.
207207
* `src_list` - (Optional, List: [`String`]) Upstream IP List, When UpstreamType=0, this parameter needs to be filled.
208208
* `ssl_id` - (Optional, String) Certificate ID, When CertType=2, this parameter needs to be filled.
209-
* `status` - (Optional, Int) Binding status between waf and LB, 0:not bind, 1:binding.
209+
* `status` - (Optional, Int) WAF switch status, 1: turn on WAF switch; 0: turn off WAF switch.
210210
* `tls_version` - (Optional, Int) Version of TLS Protocol.
211211
* `upstream_domain` - (Optional, String) Upstream domain, When UpstreamType=1, this parameter needs to be filled.
212212
* `upstream_scheme` - (Optional, String) Upstream scheme for https, http or https.

0 commit comments

Comments
 (0)