Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .changelog/2601.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:deprecation
resource/tencentcloud_security_group_lite_rule: This resource is deprecation
```
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ func ResourceTencentCloudSecurityGroupLiteRule() *schema.Resource {
Importer: &schema.ResourceImporter{
State: schema.ImportStatePassthrough,
},
DeprecationMessage: "This resource has been deprecated in Terraform TencentCloud provider version 1.81.90. Please use 'tencentcloud_security_group_rule_set' instead.",

Schema: map[string]*schema.Schema{
"security_group_id": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Provide a resource to create security group some lite rules quickly.

-> **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.
-> **NOTE:** This resource has been deprecated in Terraform TencentCloud provider version 1.81.90. Please use 'tencentcloud_security_group_rule_set' instead.

Example Usage

Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/security_group_lite_rule.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ description: |-

Provide a resource to create security group some lite rules quickly.

-> **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.
-> **NOTE:** This resource has been deprecated in Terraform TencentCloud provider version 1.81.90. Please use 'tencentcloud_security_group_rule_set' instead.

## Example Usage

Expand Down