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_ram_disk_id"></a> [ram\_disk\_id](#input\_ram\_disk\_id)| The ID of the ram disk |`string`|`null`| no |
162
162
| <aname="input_remote_access"></a> [remote\_access](#input\_remote\_access)| Configuration block with remote access settings. Only valid when `use_custom_launch_template` = `false`|`any`|`{}`| no |
163
163
| <aname="input_subnet_ids"></a> [subnet\_ids](#input\_subnet\_ids)| Identifiers of EC2 Subnets to associate with the EKS Node Group. These subnets must have the following resource tag: `kubernetes.io/cluster/CLUSTER_NAME`|`list(string)`|`null`| no |
164
+
| <aname="input_tag_specifications"></a> [tag\_specifications](#input\_tag\_specifications)| The tags to apply to the resources during launch |`list(string)`| <pre>[<br> "instance",<br> "volume",<br> "network-interface",<br> "spot-instances-request"<br>]</pre> | no |
164
165
| <aname="input_tags"></a> [tags](#input\_tags)| A map of tags to add to all resources |`map(string)`|`{}`| no |
165
166
| <aname="input_taints"></a> [taints](#input\_taints)| The Kubernetes taints to be applied to the nodes in the node group. Maximum of 50 taints per node group |`any`|`{}`| no |
166
167
| <aname="input_timeouts"></a> [timeouts](#input\_timeouts)| Create, update, and delete timeout configurations for the node group |`map(string)`|`{}`| no |
| <aname="input_service_linked_role_arn"></a> [service\_linked\_role\_arn](#input\_service\_linked\_role\_arn)| The ARN of the service-linked role that the ASG will use to call other AWS services |`string`|`null`| no |
162
162
| <aname="input_subnet_ids"></a> [subnet\_ids](#input\_subnet\_ids)| A list of subnet IDs to launch resources in. Subnets automatically determine which availability zones the group will reside. Conflicts with `availability_zones`|`list(string)`|`null`| no |
163
163
| <aname="input_suspended_processes"></a> [suspended\_processes](#input\_suspended\_processes)| A list of processes to suspend for the Auto Scaling Group. The allowed values are `Launch`, `Terminate`, `HealthCheck`, `ReplaceUnhealthy`, `AZRebalance`, `AlarmNotification`, `ScheduledActions`, `AddToLoadBalancer`. Note that if you suspend either the `Launch` or `Terminate` process types, it can prevent your Auto Scaling Group from functioning properly |`list(string)`|`[]`| no |
164
+
| <aname="input_tag_specifications"></a> [tag\_specifications](#input\_tag\_specifications)| The tags to apply to the resources during launch |`list(string)`| <pre>[<br> "instance",<br> "volume",<br> "network-interface",<br> "spot-instances-request"<br>]</pre> | no |
164
165
| <aname="input_tags"></a> [tags](#input\_tags)| A map of tags to add to all resources |`map(string)`|`{}`| no |
165
166
| <aname="input_target_group_arns"></a> [target\_group\_arns](#input\_target\_group\_arns)| A set of `aws_alb_target_group` ARNs, for use with Application or Network Load Balancing |`list(string)`|`[]`| no |
166
167
| <aname="input_termination_policies"></a> [termination\_policies](#input\_termination\_policies)| A list of policies to decide how the instances in the Auto Scaling Group should be terminated. The allowed values are `OldestInstance`, `NewestInstance`, `OldestLaunchConfiguration`, `ClosestToNextInstanceHour`, `OldestLaunchTemplate`, `AllocationStrategy`, `Default`|`list(string)`|`[]`| no |
0 commit comments