Skip to content

Commit

Permalink
renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
tarunmenon95 committed Aug 27, 2024
1 parent 284299d commit f23bc9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fargate-v2.cfhighlander.rb
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@
Component template: '[email protected]', name: "#{component_name.gsub('-','').gsub('_','')}Task", render: Inline, config: @config do
parameter name: 'DnsDomain', value: Ref('DnsDomain')

optional_parameters.each do |parameter_name|
additional_parameters.each do |parameter_name|
parameter name: parameter_name, value: Ref(parameter_name)
end if defined? optional_parameters
end if defined? additional_parameters

end

Expand Down

0 comments on commit f23bc9e

Please sign in to comment.