File tree 3 files changed +61
-0
lines changed
3 files changed +61
-0
lines changed Original file line number Diff line number Diff line change @@ -1491,6 +1491,7 @@ tencentcloud_teo_function_rule_priority
1491
1491
tencentcloud_teo_function_runtime_environment
1492
1492
tencentcloud_teo_l7_acc_rule
1493
1493
tencentcloud_teo_l7_acc_setting
1494
+ tencentcloud_teo_security_ip_group
1494
1495
1495
1496
TencentCloud ServiceMesh(TCM)
1496
1497
Data Source
Original file line number Diff line number Diff line change
1
+ ---
2
+ subcategory : " TencentCloud EdgeOne(TEO)"
3
+ layout : " tencentcloud"
4
+ page_title : " TencentCloud: tencentcloud_teo_security_ip_group"
5
+ sidebar_current : " docs-tencentcloud-resource-teo_security_ip_group"
6
+ description : |-
7
+ Provides a resource to create a teo teo_security_ip_group
8
+ ---
9
+
10
+ # tencentcloud_teo_security_ip_group
11
+
12
+ Provides a resource to create a teo teo_security_ip_group
13
+
14
+ ## Example Usage
15
+
16
+ ``` hcl
17
+ resource "tencentcloud_teo_security_ip_group" "teo_security_ip_group" {
18
+ zone_id = "zone-2qtuhspy7cr6"
19
+ ip_group {
20
+ content = [
21
+ "10.1.1.1",
22
+ "10.1.1.2",
23
+ "10.1.1.3",
24
+ ]
25
+ name = "bbbbb"
26
+ }
27
+ }
28
+ ```
29
+
30
+ ## Argument Reference
31
+
32
+ The following arguments are supported:
33
+
34
+ * ` ip_group ` - (Required, List) IP group information, replace all when modifying.
35
+ * ` zone_id ` - (Required, String) Site ID.
36
+
37
+ The ` ip_group ` object supports the following:
38
+
39
+ * ` content ` - (Required, Set) IP group content. Only supports IP and IP mask.
40
+ * ` name ` - (Required, String) Group name.
41
+
42
+ ## Attributes Reference
43
+
44
+ In addition to all arguments above, the following attributes are exported:
45
+
46
+ * ` id ` - ID of the resource.
47
+
48
+
49
+
50
+ ## Import
51
+
52
+ teo teo_security_ip_group can be imported using the id, e.g.
53
+
54
+ ```
55
+ terraform import tencentcloud_teo_security_ip_group.teo_security_ip_group zone_id#group_id
56
+ ```
57
+
Original file line number Diff line number Diff line change 5273
5273
< li >
5274
5274
< a href ="/docs/providers/tencentcloud/r/teo_rule_engine.html "> tencentcloud_teo_rule_engine</ a >
5275
5275
</ li >
5276
+ < li >
5277
+ < a href ="/docs/providers/tencentcloud/r/teo_security_ip_group.html "> tencentcloud_teo_security_ip_group</ a >
5278
+ </ li >
5276
5279
< li >
5277
5280
< a href ="/docs/providers/tencentcloud/r/teo_zone.html "> tencentcloud_teo_zone</ a >
5278
5281
</ li >
You can’t perform that action at this time.
0 commit comments