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_cluster_version"></a> [cluster\_version](#input\_cluster\_version)| Kubernetes cluster version - used to lookup default AMI ID if one is not provided |`string`|`null`| no |
92
92
| <aname="input_cpu_options"></a> [cpu\_options](#input\_cpu\_options)| The CPU options for the instance |`map(string)`|`null`| no |
93
93
| <aname="input_create"></a> [create](#input\_create)| Determines whether to create self managed node group or not |`bool`|`true`| no |
94
+
| <aname="input_create_autoscaling_group"></a> [create\_autoscaling\_group](#input\_create\_autoscaling\_group)| Determines whether to create autoscaling group or not |`bool`|`true`| no |
94
95
| <aname="input_create_iam_instance_profile"></a> [create\_iam\_instance\_profile](#input\_create\_iam\_instance\_profile)| Determines whether an IAM instance profile is created or to use an existing IAM instance profile |`bool`|`true`| no |
95
96
| <aname="input_create_launch_template"></a> [create\_launch\_template](#input\_create\_launch\_template)| Determines whether to create launch template or not |`bool`|`true`| no |
96
97
| <aname="input_create_schedule"></a> [create\_schedule](#input\_create\_schedule)| Determines whether to create autoscaling group schedule or not |`bool`|`true`| no |
| <aname="output_iam_role_arn"></a> [iam\_role\_arn](#output\_iam\_role\_arn)| The Amazon Resource Name (ARN) specifying the IAM role |
195
196
| <aname="output_iam_role_name"></a> [iam\_role\_name](#output\_iam\_role\_name)| The name of the IAM role |
196
197
| <aname="output_iam_role_unique_id"></a> [iam\_role\_unique\_id](#output\_iam\_role\_unique\_id)| Stable and unique string identifying the IAM role |
198
+
| <aname="output_image_id"></a> [image\_id](#output\_image\_id)| ID of the image |
197
199
| <aname="output_launch_template_arn"></a> [launch\_template\_arn](#output\_launch\_template\_arn)| The ARN of the launch template |
198
200
| <aname="output_launch_template_id"></a> [launch\_template\_id](#output\_launch\_template\_id)| The ID of the launch template |
199
201
| <aname="output_launch_template_latest_version"></a> [launch\_template\_latest\_version](#output\_launch\_template\_latest\_version)| The latest version of the launch template |
200
202
| <aname="output_platform"></a> [platform](#output\_platform)| Identifies if the OS platform is `bottlerocket`, `linux`, or `windows` based |
201
203
| <aname="output_security_group_arn"></a> [security\_group\_arn](#output\_security\_group\_arn)| Amazon Resource Name (ARN) of the security group |
202
204
| <aname="output_security_group_id"></a> [security\_group\_id](#output\_security\_group\_id)| ID of the security group |
205
+
| <aname="output_user_data"></a> [user\_data](#output\_user\_data)| Base64 encoded user data |
0 commit comments