Skip to content

Commit

Permalink
fix: update ecs-task component ver
Browse files Browse the repository at this point in the history
  • Loading branch information
raykrishardi committed May 14, 2024
1 parent 18b59df commit a7172d6
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: '[email protected].8', name: "#{component_name.gsub('-','').gsub('_','')}Task", render: Inline, config: @config do
Component template: '[email protected].9', name: "#{component_name.gsub('-','').gsub('_','')}Task", render: Inline, config: @config do
parameter name: 'DnsDomain', value: Ref('DnsDomain')
end

Expand Down

0 comments on commit a7172d6

Please sign in to comment.