Skip to content

Commit c61b9ab

Browse files
authored
fix: dayu ddos policy - example field (#834)
1 parent 83e18d4 commit c61b9ab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tencentcloud/resource_tc_dayu_ddos_policy.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ resource "tencentcloud_dayu_ddos_policy" "test_policy" {
3232
syn_limit = 100
3333
}
3434
35-
port_limits {
35+
port_filters {
3636
start_port = "2000"
3737
end_port = "2500"
3838
protocol = "all"

website/docs/r/dayu_ddos_policy.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ resource "tencentcloud_dayu_ddos_policy" "test_policy" {
4242
syn_limit = 100
4343
}
4444
45-
port_limits {
45+
port_filters {
4646
start_port = "2000"
4747
end_port = "2500"
4848
protocol = "all"

0 commit comments

Comments
 (0)