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: local.tf
+1-2
Original file line number
Diff line number
Diff line change
@@ -75,8 +75,7 @@ locals {
75
75
root_block_device_name = data.aws_ami.eks_worker.root_device_name # Root device name for workers. If non is provided, will assume default AMI was used.
76
76
root_kms_key_id =""# The KMS key to use when encrypting the root storage device
77
77
launch_template_id =null# The id of the launch template used for managed node_groups
78
-
launch_template_version ="$Latest"# The latest version of the launch template to use in the autoscaling and node groups. Must be explicitly set in `worker_groups_launch_template`.
79
-
use_latest_version =true# Set the autoscaling group to use the latest version of the launch template, otherwise the default template version will be used. Ignored when `launch_template_version` is set in `worker_groups_launch_template`.
78
+
launch_template_version ="$Latest"# The latest version of the launch template to use in the autoscaling group
80
79
update_default_version =false# Update the autoscaling group launch template's default version upon each update
81
80
launch_template_placement_tenancy ="default"# The placement tenancy for instances
82
81
launch_template_placement_group =null# The name of the placement group into which to launch the instances, if any.
0 commit comments