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
|[aws_ec2_instance_type_offerings.this](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/ec2_instance_type_offerings)| data source |
95
95
|[aws_iam_policy_document.assume_role_policy](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/iam_policy_document)| data source |
96
96
|[aws_partition.current](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/partition)| data source |
97
+
|[aws_ssm_parameter.ami](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/ssm_parameter)| data source |
97
98
|[aws_subnets.efa](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/subnets)| data source |
| <aname="input_update_config"></a> [update\_config](#input\_update\_config)| Configuration block of settings for max unavailable resources during node group updates |`map(string)`| <pre>{<br> "max_unavailable_percentage": 33<br>}</pre> | no |
177
178
| <aname="input_update_launch_template_default_version"></a> [update\_launch\_template\_default\_version](#input\_update\_launch\_template\_default\_version)| Whether to update the launch templates default version on each update. Conflicts with `launch_template_default_version`|`bool`|`true`| no |
178
179
| <aname="input_use_custom_launch_template"></a> [use\_custom\_launch\_template](#input\_use\_custom\_launch\_template)| Determines whether to use a custom launch template or not. If set to `false`, EKS will use its own default launch template |`bool`|`true`| no |
180
+
| <aname="input_use_latest_ami_release_version"></a> [use\_latest\_ami\_release\_version](#input\_use\_latest\_ami\_release\_version)| Determines whether to use the latest AMI release version for the given `ami_type` (except for `CUSTOM`). Note: `ami_type` and `cluster_version` must be supplied in order to enable this feature |`bool`|`false`| no |
179
181
| <aname="input_use_name_prefix"></a> [use\_name\_prefix](#input\_use\_name\_prefix)| Determines whether to use `name` as is or create a unique name beginning with the `name` as the prefix |`bool`|`true`| no |
180
182
| <aname="input_user_data_template_path"></a> [user\_data\_template\_path](#input\_user\_data\_template\_path)| Path to a local, custom user data template file to use when rendering user data |`string`|`""`| no |
181
183
| <aname="input_vpc_security_group_ids"></a> [vpc\_security\_group\_ids](#input\_vpc\_security\_group\_ids)| A list of security group IDs to associate |`list(string)`|`[]`| no |
description="Determines whether to use the latest AMI release version for the given `ami_type` (except for `CUSTOM`). Note: `ami_type` and `cluster_version` must be supplied in order to enable this feature"
351
+
type=bool
352
+
default=false
353
+
}
354
+
349
355
variable"capacity_type" {
350
356
description="Type of capacity associated with the EKS Node Group. Valid values: `ON_DEMAND`, `SPOT`"
0 commit comments