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 06af583 commit 54a1ef4Copy full SHA for 54a1ef4
tencentcloud/resource_tc_clb_customized_config.go
@@ -53,7 +53,6 @@ func resourceTencentCloudClbCustomizedConfig() *schema.Resource {
53
"config_content": {
54
Type: schema.TypeString,
55
Required: true,
56
- ValidateFunc: validateStringLengthInRange(1, 60),
57
Description: "Content of Customized Config.",
58
},
59
"load_balancer_ids": {
0 commit comments