Skip to content

Commit

Permalink
AWS::ImageBuilder::ImageRecipe.EbsInstanceBlockDeviceSpecification.Vo…
Browse files Browse the repository at this point in the history
  • Loading branch information
PatMyron authored Nov 3, 2020
1 parent 518d3a3 commit 970bb86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion troposphere/validators.py
Original file line number Diff line number Diff line change
Expand Up @@ -651,7 +651,7 @@ def schedule_pipelineexecutionstartcondition(startcondition):


def ebsinstanceblockdevicespecification_volume_type(type):
valid_types = ['gp2', 'io1', 'sc1', 'st1', 'standard']
valid_types = ['gp2', 'io1', 'io2', 'sc1', 'st1', 'standard']
if type not in valid_types:
raise ValueError(
'VolumeType must be one of: "%s"' % (
Expand Down

0 comments on commit 970bb86

Please sign in to comment.