Skip to content

Commit

Permalink
Fix/task image subs (#10)
Browse files Browse the repository at this point in the history
* fix: fnsub not working for repo

* Revert "fix: fnsub not working for repo"

This reverts commit 9167b33.

* fix: update ecs-task component ver
  • Loading branch information
raykrishardi authored May 14, 2024
1 parent bc5ea5f commit 0c11351
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 0c11351

Please sign in to comment.