From 086da001b34f2cb3b535db364d0ef1e0eef3bfb7 Mon Sep 17 00:00:00 2001 From: Tarun Menon Date: Mon, 22 Jul 2024 10:59:57 +1000 Subject: [PATCH] fix path --- fargate-v2.cfhighlander.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fargate-v2.cfhighlander.rb b/fargate-v2.cfhighlander.rb index 1acf276..ec5ba9e 100644 --- a/fargate-v2.cfhighlander.rb +++ b/fargate-v2.cfhighlander.rb @@ -44,7 +44,7 @@ end #Pass the all the config from the parent component to the inlined component - 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 + 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