Skip to content

Commit

Permalink
Add SourceVersion to CodeBuild::Project (#1495)
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-k authored and markpeek committed Sep 29, 2019
1 parent 0bf8efb commit 8e5e29b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions troposphere/codebuild.py
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,7 @@ class Project(AWSObject):
'SecondarySources': ([Source], False),
'ServiceRole': (basestring, True),
'Source': (Source, True),
'SourceVersion': (basestring, False),
'Tags': (Tags, False),
'TimeoutInMinutes': (integer, False),
'Triggers': (ProjectTriggers, False),
Expand Down

0 comments on commit 8e5e29b

Please sign in to comment.