Skip to content

Commit

Permalink
fix tags
Browse files Browse the repository at this point in the history
  • Loading branch information
tarunmenon95 committed Sep 5, 2024
1 parent a54280e commit 6cc1919
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ecs-task.cfndsl.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

tags = external_parameters.fetch(:tags, [])
tags.each do |key,value|
task_tags << { Key: key, Value: value }
task_tags << { Key: FnSub(key), Value: FnSub(value) }
end

log_retention = external_parameters.fetch(:log_retention, 7)
Expand Down

0 comments on commit 6cc1919

Please sign in to comment.