Skip to content

Commit

Permalink
move
Browse files Browse the repository at this point in the history
  • Loading branch information
tarunmenon95 committed Jul 22, 2024
1 parent 5fa1afc commit 68f5033
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ecs-task.cfndsl.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
}

definitions, task_volumes, secrets = Array.new(4){[]}
task_constraints =[];
secrets_policy = {}

task_definition = external_parameters.fetch(:task_definition, {})
Expand Down Expand Up @@ -253,7 +254,6 @@
end

# add task placement constraints
task_constraints =[];
task_placement_constraints = external_parameters.fetch(:task_placement_constraints, [])
task_placement_constraints.each do |cntr|
object = {Type: "memberOf"}
Expand Down

0 comments on commit 68f5033

Please sign in to comment.