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.
tencentcloud_as_scaling_config
instance_types
1 parent fb788b3 commit b6c5991Copy full SHA for b6c5991
.changelog/3123.txt
@@ -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
@@ -54,7 +54,7 @@ func ResourceTencentCloudAsScalingConfig() *schema.Resource {
54
Type: schema.TypeList,
55
Required: true,
56
MinItems: 1,
57
- MaxItems: 5,
+ MaxItems: 10,
58
Elem: &schema.Schema{Type: schema.TypeString},
59
Description: "Specified types of CVM instances.",
60
},
0 commit comments