Skip to content

Commit 54a1ef4

Browse files
author
hellertang
authored
remove clb config validate (#781)
1 parent 06af583 commit 54a1ef4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tencentcloud/resource_tc_clb_customized_config.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ func resourceTencentCloudClbCustomizedConfig() *schema.Resource {
5353
"config_content": {
5454
Type: schema.TypeString,
5555
Required: true,
56-
ValidateFunc: validateStringLengthInRange(1, 60),
5756
Description: "Content of Customized Config.",
5857
},
5958
"load_balancer_ids": {

0 commit comments

Comments
 (0)