Skip to content

Commit 5c69407

Browse files
authored
feat:remove the MaxItems of data_disks (#1390)
* fix:remove the MaxItems of data_disks * add changelog * add changelog2
1 parent d8ad533 commit 5c69407

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.changelog/1390.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:enhancement
2+
resource/tencentcloud_instance: Remove maximum item limit on data disks
3+
```

tencentcloud/resource_tc_instance.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,6 @@ func resourceTencentCloudInstance() *schema.Resource {
353353
},
354354
"data_disks": {
355355
Type: schema.TypeList,
356-
MaxItems: 10,
357356
Optional: true,
358357
Computed: true,
359358
ForceNew: true,

0 commit comments

Comments
 (0)