Skip to content

Commit

Permalink
add ebs ez param
Browse files Browse the repository at this point in the history
  • Loading branch information
tarunmenon95 committed Jul 22, 2024
1 parent 086da00 commit efc6e0f
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: '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')
parameter name: 'EbsAZ', value: Ref('EbsAZ')
end

unless service_namespace.nil?
Expand Down

0 comments on commit efc6e0f

Please sign in to comment.