You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tencentcloud/resource_tc_security_group_lite_rule.go
+86-19Lines changed: 86 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
/*
2
2
Provide a resource to create security group some lite rules quickly.
3
3
4
-
-> **NOTE:** It can't be used with tencentcloud_security_group_rule.
4
+
-> **NOTE:** It can't be used with tencentcloud_security_group_rule, and don't create multiple tencentcloud_security_group_rule resources, otherwise it may cause problems.
5
5
6
6
Example Usage
7
7
@@ -170,36 +170,103 @@ func resourceTencentCloudSecurityGroupLiteRuleUpdate(d *schema.ResourceData, m i
Copy file name to clipboardExpand all lines: website/docs/r/security_group_lite_rule.html.markdown
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ description: |-
10
10
11
11
Provide a resource to create security group some lite rules quickly.
12
12
13
-
-> **NOTE:** It can't be used with tencentcloud_security_group_rule.
13
+
-> **NOTE:** It can't be used with tencentcloud_security_group_rule, and don't create multiple tencentcloud_security_group_rule resources, otherwise it may cause problems.
0 commit comments