We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c460e68 commit 0ec89d4Copy full SHA for 0ec89d4
tencentcloud/resource_tc_clb_instance.go
@@ -135,7 +135,7 @@ func resourceTencentCloudClbInstance() *schema.Resource {
135
Type: schema.TypeList,
136
Optional: true,
137
Elem: &schema.Schema{Type: schema.TypeString},
138
- Description: "Security groups of the CLB instance. Only supports `OPEN` CLBs.",
+ Description: "Security groups of the CLB instance. Supports both `OPEN` and `INTERNAL` CLBs.",
139
},
140
"target_region_info_region": {
141
Type: schema.TypeString,
0 commit comments