Skip to content

Commit

Permalink
manually wire tenant to ecs-task
Browse files Browse the repository at this point in the history
  • Loading branch information
tarunmenon95 committed Aug 27, 2024
1 parent 8b6155f commit 9b7497b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fargate-v2.cfhighlander.rb
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
#Pass the all the config from the parent component to the inlined component
Component template: 'ecs-task@0.5.10', name: "#{component_name.gsub('-','').gsub('_','')}Task", render: Inline, config: @config do
parameter name: 'DnsDomain', value: Ref('DnsDomain')
parameter name: 'Tenant', value: Ref('Tenant')
end

unless service_namespace.nil?
Expand Down

0 comments on commit 9b7497b

Please sign in to comment.