diff --git a/fargate-v2.cfhighlander.rb b/fargate-v2.cfhighlander.rb index 4df0976..2274120 100644 --- a/fargate-v2.cfhighlander.rb +++ b/fargate-v2.cfhighlander.rb @@ -49,7 +49,7 @@ end unless service_namespace.nil? - Component template: 'application-autoscaling@0.1.6', name: "#{component_name.gsub('-','').gsub('_','')}Scaling", render: Inline, conditional: true, enabled: false, config: @config do + Component template: 'application-autoscaling@0.1.7', name: "#{component_name.gsub('-','').gsub('_','')}Scaling", render: Inline, conditional: true, enabled: false, config: @config do parameter name: 'Service', value: Ref('EcsFargateService') end end