Skip to content

Commit

Permalink
update path
Browse files Browse the repository at this point in the history
  • Loading branch information
tarunmenon95 committed Jul 22, 2024
1 parent 1182991 commit 7b23d9d
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@feature/ebs-support.snapshot ', name: "#{component_name.gsub('-','').gsub('_','')}Task", render: Inline, config: @config do
Component template: 'git:https://github.com/theonestack/hl-component-ecs-task#feature/ebs_support.snapshot', name: "#{component_name.gsub('-','').gsub('_','')}Task", render: Inline, config: @config do
parameter name: 'DnsDomain', value: Ref('DnsDomain')
end

Expand Down

0 comments on commit 7b23d9d

Please sign in to comment.