Skip to content

Commit

Permalink
AWS::CodeBuild::Project.Environment.Type AllowedValues expansion (WIN…
Browse files Browse the repository at this point in the history
  • Loading branch information
PatMyron authored Nov 3, 2020
1 parent 970bb86 commit 131ed13
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 @@ -145,6 +145,7 @@ def validate(self):
'LINUX_CONTAINER',
'LINUX_GPU_CONTAINER',
'WINDOWS_CONTAINER',
'WINDOWS_SERVER_2019_CONTAINER',
]
env_type = self.properties.get('Type')
if env_type not in valid_types:
Expand Down

0 comments on commit 131ed13

Please sign in to comment.