Skip to content

Commit

Permalink
Fix ecs.TaskDefinition.Volumes
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanphix committed Mar 5, 2016
1 parent 82fac64 commit d73bd39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion troposphere/ecs.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,5 +92,5 @@ class TaskDefinition(AWSObject):

props = {
'ContainerDefinitions': ([ContainerDefinition], True),
'Volumes': ([Volume], True),
'Volumes': ([Volume], False),
}

0 comments on commit d73bd39

Please sign in to comment.