-
Notifications
You must be signed in to change notification settings - Fork 567
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
resource/alicloud_ess_scaling_configuration: add attribute custom_priorities. #7929
Conversation
a564599
to
67e7a7b
Compare
@@ -149,6 +149,7 @@ The following arguments are supported: | |||
* `data_disk` - (Optional) DataDisk mappings to attach to ecs instance. See [`data_disk`](#data_disk) below for details. | |||
* `instance_pattern_info` - (Optional, Available since v1.177.0) intelligent configuration mode. In this mode, you only need to specify the number of vCPUs, memory size, instance family, and maximum price. The system selects an instance type that is provided at the lowest price based on your configurations to create ECS instances. This mode is available only for scaling groups that reside in virtual private clouds (VPCs). This mode helps reduce the failures of scale-out activities caused by insufficient inventory of instance types. See [`instance_pattern_info`](#instance_pattern_info) below for details. | |||
* `network_interfaces` - (Optional, Available since v1.235.0) Specify NetworkInterfaces.N to configure primary and secondary ENIs. In this case, specify at least one primary ENI. If you set NetworkInterfaces.N.InstanceType to Primary, a primary ENI is configured. If you set NetworkInterfaces.N.InstanceType to Secondary or leave the parameter empty, a secondary ENI is configured. See [`network_interfaces`](#network_interfaces) below for details. | |||
* `custom_priorities` - (Optional, Available since v1.236.0) You can use CustomPriorities to specify the priority of a custom ECS instance type + vSwitch combination. See [`custom_priorities`](#custom_priorities) below for details. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
最新版本1.238.0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
67e7a7b
to
f511ea2
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
approved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
approved
…orities.