Skip to content

Commit 0ec89d4

Browse files
author
ivan
committed
修改支持internal CLB的security group 中description注释部分
1 parent c460e68 commit 0ec89d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tencentcloud/resource_tc_clb_instance.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ func resourceTencentCloudClbInstance() *schema.Resource {
135135
Type: schema.TypeList,
136136
Optional: true,
137137
Elem: &schema.Schema{Type: schema.TypeString},
138-
Description: "Security groups of the CLB instance. Only supports `OPEN` CLBs.",
138+
Description: "Security groups of the CLB instance. Supports both `OPEN` and `INTERNAL` CLBs.",
139139
},
140140
"target_region_info_region": {
141141
Type: schema.TypeString,

0 commit comments

Comments
 (0)