Skip to content

Commit

Permalink
Merge pull request #7 from cfln123/patch-1
Browse files Browse the repository at this point in the history
Bump application-autoscaling version
  • Loading branch information
aaronwalker committed Mar 11, 2024
2 parents 429140b + 32bae24 commit 167d5eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fargate-v2.cfhighlander.rb
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
end

unless service_namespace.nil?
Component template: '[email protected].6', name: "#{component_name.gsub('-','').gsub('_','')}Scaling", render: Inline, conditional: true, enabled: false, config: @config do
Component template: '[email protected].7', name: "#{component_name.gsub('-','').gsub('_','')}Scaling", render: Inline, conditional: true, enabled: false, config: @config do
parameter name: 'Service', value: Ref('EcsFargateService')
end
end
Expand Down

0 comments on commit 167d5eb

Please sign in to comment.