Skip to content

Commit 444b72d

Browse files
authored
Merge pull request #17 from theonestack/ecs-task-update
bump ecs task version
2 parents 9424275 + 5fc4b25 commit 444b72d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fargate-v2.cfhighlander.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
end
4646

4747
#Pass the all the config from the parent component to the inlined component
48-
Component template: '[email protected].11', name: "#{component_name.gsub('-','').gsub('_','')}Task", render: Inline, config: @config do
48+
Component template: '[email protected].12', name: "#{component_name.gsub('-','').gsub('_','')}Task", render: Inline, config: @config do
4949
parameter name: 'DnsDomain', value: Ref('DnsDomain')
5050

5151
additional_parameters.each do |parameter_name|

0 commit comments

Comments
 (0)