lib/hako/schedulers/ecs.rb in hako-2.6.1 vs lib/hako/schedulers/ecs.rb in hako-2.6.2

- old
+ new

@@ -71,9 +71,10 @@ @execution_role_arn = options.fetch('execution_role_arn', nil) @cpu = options.fetch('cpu', nil) @memory = options.fetch('memory', nil) @requires_compatibilities = options.fetch('requires_compatibilities', nil) @launch_type = options.fetch('launch_type', nil) + @platform_version = options.fetch('platform_version', nil) if options.key?('network_configuration') network_configuration = options.fetch('network_configuration') if network_configuration.key?('awsvpc_configuration') awsvpc_configuration = network_configuration.fetch('awsvpc_configuration') @network_configuration = {