Skip to content

Commit b6c5991

Browse files
authored
fix(as): [137366279] tencentcloud_as_scaling_config update instance_types to limit the number of input parameters (#3123)
* add * add
1 parent fb788b3 commit b6c5991

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.changelog/3123.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_as_scaling_config: update `instance_types` to limit the number of input parameters
3+
```

tencentcloud/services/as/resource_tc_as_scaling_config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ func ResourceTencentCloudAsScalingConfig() *schema.Resource {
5454
Type: schema.TypeList,
5555
Required: true,
5656
MinItems: 1,
57-
MaxItems: 5,
57+
MaxItems: 10,
5858
Elem: &schema.Schema{Type: schema.TypeString},
5959
Description: "Specified types of CVM instances.",
6060
},

0 commit comments

Comments
 (0)