Skip to content

Commit

Permalink
bump ecs-task version
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronwalker committed Dec 15, 2023
1 parent d6448a4 commit 32b8b1f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fargate-v2.cfhighlander.rb
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,15 @@
ComponentParam 'DesiredCount', 1
ComponentParam 'MinimumHealthyPercent', 100
ComponentParam 'MaximumPercent', 200
ComponentParam 'ExportName', ''

if defined? service_discovery
ComponentParam 'NamespaceId'
end
end

#Pass the all the config from the parent component to the inlined component
Component template: '[email protected].7', name: "#{component_name.gsub('-','').gsub('_','')}Task", render: Inline, config: @config do
Component template: '[email protected].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 32b8b1f

Please sign in to comment.