From 5ae6abcaf49c67d1f71bfd9840a70300655cd25d Mon Sep 17 00:00:00 2001 From: Attilio D'Onofrio <79836589+don-attilio@users.noreply.github.com> Date: Tue, 27 Dec 2022 20:24:57 +0100 Subject: [PATCH] docs: Update eks managed node group usage to v19 (#2366) --- docs/compute_resources.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/compute_resources.md b/docs/compute_resources.md index 05d5ea1..a7138e8 100644 --- a/docs/compute_resources.md +++ b/docs/compute_resources.md @@ -13,7 +13,7 @@ Refer to the [EKS Managed Node Group documentation](https://docs.aws.amazon.com/eks/latest/userguide/managed-node-groups.html) documentation for service related details. -1. The module creates a custom launch template by default to ensure settings such as tags are propagated to instances. To use the default template provided by the AWS EKS managed node group service, disable the launch template creation and set the `launch_template_name` to an empty string: +1. The module creates a custom launch template by default to ensure settings such as tags are propagated to instances. Please note that many of the customization options listed [here](https://github.com/terraform-aws-modules/terraform-aws-eks/tree/master/modules/eks-managed-node-group#Inputs) are only available when a custom launch template is created. To use the default template provided by the AWS EKS managed node group service, disable the launch template creation by setting `use_custom_launch_template` to `false`: ```hcl eks_managed_node_groups = {