I’m currently using a custom AMI and a launch template the with eks_node_group. I’d like to have Terraform manage the initial creation but trigger the node refresh outside of Terraform using update-nodegroup-version.
Is there a way that I can update the launch template without causing a version update in eks_node_group?