You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/docs/r/kubernetes_node_pool.html.markdown
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -203,6 +203,7 @@ The `auto_scaling_config` object supports the following:
203
203
*`key_ids` - (Optional, List, ForceNew) ID list of keys.
204
204
*`password` - (Optional, String, ForceNew) Password to access.
205
205
*`public_ip_assigned` - (Optional, Bool) Specify whether to assign an Internet IP address.
206
+
*`security_group_ids_orderly` - (Optional, List) An ordered security groups to which a CVM instance belongs.
206
207
*`security_group_ids` - (Optional, Set) Security groups to which a CVM instance belongs.
207
208
*`spot_instance_type` - (Optional, String) Type of spot instance, only support `one-time` now. Note: it only works when instance_charge_type is set to `SPOTPAID`.
208
209
*`spot_max_price` - (Optional, String) Max price of a spot instance, is the format of decimal string, for example "0.50". Note: it only works when instance_charge_type is set to `SPOTPAID`.
0 commit comments