From 8b6155f5a16d54cb826c8a542f89e7ab0c865d89 Mon Sep 17 00:00:00 2001 From: Ray Krishardi Layadi Date: Wed, 24 Jul 2024 17:02:39 +1000 Subject: [PATCH] fix: update ecs task component version (#11) --- 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 ef69651..d9d5328 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: 'ecs-task@0.5.9', name: "#{component_name.gsub('-','').gsub('_','')}Task", render: Inline, config: @config do + Component template: 'ecs-task@0.5.10', name: "#{component_name.gsub('-','').gsub('_','')}Task", render: Inline, config: @config do parameter name: 'DnsDomain', value: Ref('DnsDomain') end