Skip to content

Commit

Permalink
Merge pull request #358 from theseanything/patch-2
Browse files Browse the repository at this point in the history
DeploymentGroupName property missing
  • Loading branch information
markpeek committed Dec 24, 2015
2 parents 48154ca + 2d5947f commit 1014e8b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions troposphere/codedeploy.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ class DeploymentGroup(AWSObject):
'AutoScalingGroups': ([basestring], False),
'Deployment': (Deployment, False),
'DeploymentConfigName': (basestring, False),
'DeploymentGroupName': (basestring, False),
'Ec2TagFilters': ([Ec2TagFilters], False),
'OnPremisesInstanceTagFilters': (OnPremisesInstanceTagFilters, False),
'ServiceRoleArn': (basestring, True),
Expand Down

0 comments on commit 1014e8b

Please sign in to comment.