Skip to content

Commit

Permalink
removw name tag
Browse files Browse the repository at this point in the history
  • Loading branch information
tarunmenon95 committed Sep 5, 2024
1 parent f9a904b commit 4952f59
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fargate-v2.cfndsl.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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") }

Expand Down

0 comments on commit 4952f59

Please sign in to comment.