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
| <aname="input_create"></a> [create](#input\_create)| Determines whether to create EKS managed node group or not |`bool`|`true`| no |
121
121
| <aname="input_create_iam_role"></a> [create\_iam\_role](#input\_create\_iam\_role)| Determines whether an IAM role is created or to use an existing IAM role |`bool`|`true`| no |
122
122
| <aname="input_create_launch_template"></a> [create\_launch\_template](#input\_create\_launch\_template)| Determines whether to create a launch template or not. If set to `false`, EKS will use its own default launch template |`bool`|`true`| no |
123
+
| <aname="input_create_placement_group"></a> [create\_placement\_group](#input\_create\_placement\_group)| Determines whether a placement group is created & used by the nodegroup |`bool`|`false`| no |
123
124
| <aname="input_create_schedule"></a> [create\_schedule](#input\_create\_schedule)| Determines whether to create autoscaling group schedule or not |`bool`|`true`| no |
124
125
| <aname="input_credit_specification"></a> [credit\_specification](#input\_credit\_specification)| Customize the credit specification of the instance |`map(string)`|`{}`| no |
125
126
| <aname="input_desired_size"></a> [desired\_size](#input\_desired\_size)| Desired number of instances/nodes |`number`|`1`| no |
| <aname="input_name"></a> [name](#input\_name)| Name of the EKS managed node group |`string`|`""`| no |
163
164
| <aname="input_network_interfaces"></a> [network\_interfaces](#input\_network\_interfaces)| Customize network interfaces to be attached at instance boot time |`list(any)`|`[]`| no |
164
165
| <aname="input_placement"></a> [placement](#input\_placement)| The placement of the instance |`map(string)`|`{}`| no |
166
+
| <aname="input_placement_group_strategy"></a> [placement\_group\_strategy](#input\_placement\_group\_strategy)| The placement group strategy |`string`|`"cluster"`| no |
165
167
| <aname="input_platform"></a> [platform](#input\_platform)| Identifies if the OS platform is `bottlerocket` or `linux` based; `windows` is not supported |`string`|`"linux"`| no |
166
168
| <aname="input_post_bootstrap_user_data"></a> [post\_bootstrap\_user\_data](#input\_post\_bootstrap\_user\_data)| User data that is appended to the user data script after of the EKS bootstrap script. Not used when `platform` = `bottlerocket`|`string`|`""`| no |
167
169
| <aname="input_pre_bootstrap_user_data"></a> [pre\_bootstrap\_user\_data](#input\_pre\_bootstrap\_user\_data)| User data that is injected into the user data script ahead of the EKS bootstrap script. Not used when `platform` = `bottlerocket`|`string`|`""`| no |
0 commit comments