Skip to content

Commit

Permalink
set default from config
Browse files Browse the repository at this point in the history
  • Loading branch information
Samseppiol committed Aug 13, 2020
1 parent 0c2ee78 commit 2222cca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ecs-service.cfhighlander.rb
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
ComponentParam 'SecurityGroupBackplane'
ComponentParam 'EnableFargate', 'false'
ComponentParam 'DisableLaunchType', 'false'
ComponentParam 'PlatformVersion' if defined? platform_version
ComponentParam 'PlatformVersion', platform_version if defined? platform_version
end

task_definition.each do |task_def, task|
Expand Down

0 comments on commit 2222cca

Please sign in to comment.