diff --git a/tencentcloud/resource_tc_eip.go b/tencentcloud/resource_tc_eip.go index 04609def1e..0541ebad53 100644 --- a/tencentcloud/resource_tc_eip.go +++ b/tencentcloud/resource_tc_eip.go @@ -46,11 +46,10 @@ func resourceTencentCloudEip() *schema.Resource { Schema: map[string]*schema.Schema{ "name": { - Type: schema.TypeString, - Optional: true, - Computed: true, - ValidateFunc: validateStringLengthInRange(1, 20), - Description: "The name of eip.", + Type: schema.TypeString, + Optional: true, + Computed: true, + Description: "The name of eip.", }, "type": { Type: schema.TypeString,