Skip to content

Commit 61c0a53

Browse files
committed
add
1 parent a734973 commit 61c0a53

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

tencentcloud/services/waf/data_source_tc_waf_ports.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,13 @@ data "tencentcloud_waf_ports" "example" {
1313
edition = "clb-waf"
1414
instance_id = "waf_2kxtlbky00b2v1fn"
1515
}
16-
```
16+
```
17+
18+
Or
19+
20+
```hcl
21+
data "tencentcloud_waf_ports" "example" {
22+
edition = "sparta-waf"
23+
instance_id = "waf_2ka80zly0702e8j3"
24+
}
25+
```

website/docs/d/waf_ports.html.markdown

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,15 @@ data "tencentcloud_waf_ports" "example" {
2626
}
2727
```
2828

29+
### Or
30+
31+
```hcl
32+
data "tencentcloud_waf_ports" "example" {
33+
edition = "sparta-waf"
34+
instance_id = "waf_2ka80zly0702e8j3"
35+
}
36+
```
37+
2938
## Argument Reference
3039

3140
The following arguments are supported:

0 commit comments

Comments
 (0)