Skip to content

Commit c5c6065

Browse files
committed
add
1 parent 4d1ca1f commit c5c6065

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

tencentcloud/services/trocket/resource_tc_tdmq_rocketmq_vip_instance.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,10 @@ resource "tencentcloud_tdmq_rocketmq_vip_instance" "example" {
3737
}
3838
3939
time_span = 1
40+
ip_rules {
41+
ip_rule = "0.0.0.0/0"
42+
allow = true
43+
remark = "remark."
44+
}
4045
}
4146
```

website/docs/r/tdmq_rocketmq_vip_instance.html.markdown

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,11 @@ resource "tencentcloud_tdmq_rocketmq_vip_instance" "example" {
4848
}
4949
5050
time_span = 1
51+
ip_rules {
52+
ip_rule = "0.0.0.0/0"
53+
allow = true
54+
remark = "remark."
55+
}
5156
}
5257
```
5358

0 commit comments

Comments
 (0)