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
Currently, within the eks-managed-node-group submodule, there are output variables for getting the launch template id, arn and latest_version — but not the launch template name
When we use a prefix for the launch template name, a portion of the resulting name will not be known beforehand, which makes extracting the final name a bit difficult.
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Background
Currently, within the
eks-managed-node-group
submodule, there are output variables for getting the launch templateid
,arn
andlatest_version
— but not the launch templatename
terraform-aws-eks/modules/eks-managed-node-group/outputs.tf
Lines 5 to 19 in c0f14fb
When we use a prefix for the launch template name, a portion of the resulting name will not be known beforehand, which makes extracting the final name a bit difficult.
terraform-aws-eks/modules/eks-managed-node-group/main.tf
Lines 45 to 49 in c0f14fb
Describe the solution you'd like.
Adding another output for the launch template name
The text was updated successfully, but these errors were encountered: