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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -196,7 +196,7 @@ The `auto_scaling_config` object supports the following:
196
196
*`key_ids` - (Optional, List, ForceNew) ID list of keys.
197
197
*`password` - (Optional, String, ForceNew) Password to access.
198
198
*`public_ip_assigned` - (Optional, Bool) Specify whether to assign an Internet IP address.
199
-
*`security_group_ids` - (Optional, List) Security groups to which a CVM instance belongs.
199
+
*`security_group_ids` - (Optional, Set) Security groups to which a CVM instance belongs.
200
200
*`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`.
201
201
*`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`.
202
202
*`system_disk_size` - (Optional, Int) Volume of system disk in GB. Default is `50`.
0 commit comments