diff --git a/fargate-v2.cfhighlander.rb b/fargate-v2.cfhighlander.rb index c391268..4df0976 100644 --- a/fargate-v2.cfhighlander.rb +++ b/fargate-v2.cfhighlander.rb @@ -36,6 +36,7 @@ ComponentParam 'DesiredCount', 1 ComponentParam 'MinimumHealthyPercent', 100 ComponentParam 'MaximumPercent', 200 + ComponentParam 'ExportName', '' if defined? service_discovery ComponentParam 'NamespaceId' @@ -43,7 +44,7 @@ end #Pass the all the config from the parent component to the inlined component - Component template: 'ecs-task@0.5.7', 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