Skip to content

Commit

Permalink
fix: update ecs task component version (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
raykrishardi authored Jul 24, 2024
1 parent 0c11351 commit 8b6155f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fargate-v2.cfhighlander.rb
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
end

#Pass the all the config from the parent component to the inlined component
Component template: 'ecs-task@0.5.9', name: "#{component_name.gsub('-','').gsub('_','')}Task", render: Inline, config: @config do
Component template: 'ecs-task@0.5.10', name: "#{component_name.gsub('-','').gsub('_','')}Task", render: Inline, config: @config do
parameter name: 'DnsDomain', value: Ref('DnsDomain')
end

Expand Down

0 comments on commit 8b6155f

Please sign in to comment.