From 4952f5922a558e7e8b1839faa0a5bba8218b586e Mon Sep 17 00:00:00 2001 From: Tarun Menon Date: Thu, 5 Sep 2024 13:10:38 +1000 Subject: [PATCH] removw name tag --- fargate-v2.cfndsl.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/fargate-v2.cfndsl.rb b/fargate-v2.cfndsl.rb index 63591b9..61ce709 100644 --- a/fargate-v2.cfndsl.rb +++ b/fargate-v2.cfndsl.rb @@ -3,7 +3,6 @@ export = external_parameters.fetch(:export_name, external_parameters[:component_name]) fargate_tags = [] - fargate_tags << { Key: 'Name', Value: FnSub("${EnvironmentName}-#{export}") } fargate_tags << { Key: "Environment", Value: Ref("EnvironmentName") } fargate_tags << { Key: "EnvironmentType", Value: Ref("EnvironmentType") }