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 31f0a5e commit 78066e7Copy full SHA for 78066e7
tencentcloud/resource_tc_eip.go
@@ -46,11 +46,10 @@ func resourceTencentCloudEip() *schema.Resource {
46
47
Schema: map[string]*schema.Schema{
48
"name": {
49
- Type: schema.TypeString,
50
- Optional: true,
51
- Computed: true,
52
- ValidateFunc: validateStringLengthInRange(1, 20),
53
- Description: "The name of eip.",
+ Type: schema.TypeString,
+ Optional: true,
+ Computed: true,
+ Description: "The name of eip.",
54
},
55
"type": {
56
Type: schema.TypeString,
0 commit comments