From 03d06e679493d94f3e0548fe50294189fc7c1578 Mon Sep 17 00:00:00 2001 From: badra001 Date: Wed, 23 Feb 2022 07:35:36 -0500 Subject: [PATCH] add applications tags to instance --- examples/full-cluster/main.tf | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/full-cluster/main.tf b/examples/full-cluster/main.tf index d1c801b..c7ec060 100644 --- a/examples/full-cluster/main.tf +++ b/examples/full-cluster/main.tf @@ -152,6 +152,7 @@ resource "aws_launch_template" "eks-nodegroup" { local.common_tags, local.launch_template_tags, var.tags, + var.application_tags, ) }