Skip to content

Commit

Permalink
Merge eaaa309 into bd8c977
Browse files Browse the repository at this point in the history
  • Loading branch information
unfrosted committed Feb 26, 2019
2 parents bd8c977 + eaaa309 commit ea8dbeb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/packerlicious/builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,7 @@ class AmazonEbs(PackerBuilder):
'disable_stop_instance': (validator.boolean, False),
'ebs_optimized': (validator.boolean, False),
'enhanced_networking': (validator.boolean, False),
'ena_support': (validator.boolean, False),
'enable_t2_unlimited': (validator.boolean, False),
'encrypt_boot': (validator.boolean, False),
'force_deregister': (validator.boolean, False),
Expand Down

0 comments on commit ea8dbeb

Please sign in to comment.