Skip to content

Commit

Permalink
Revert "fix: fnsub not working for repo"
Browse files Browse the repository at this point in the history
This reverts commit 9167b33.
  • Loading branch information
raykrishardi committed May 14, 2024
1 parent 9167b33 commit 18b59df
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: 'github:base2services/hl-component-ecs-task#fix/task-image-subs.snapshot', name: "#{component_name.gsub('-','').gsub('_','')}Task", render: Inline, config: @config do
Component template: 'ecs-task@0.5.8', name: "#{component_name.gsub('-','').gsub('_','')}Task", render: Inline, config: @config do
parameter name: 'DnsDomain', value: Ref('DnsDomain')
end

Expand Down

0 comments on commit 18b59df

Please sign in to comment.