Skip to content

Commit

Permalink
Add InterfaceType to EC2 LaunchTemplate
Browse files Browse the repository at this point in the history
  • Loading branch information
oussemos committed May 31, 2019
1 parent eb48e80 commit 38daa43
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions troposphere/ec2.py
Original file line number Diff line number Diff line change
Expand Up @@ -756,6 +756,7 @@ class NetworkInterfaces(AWSProperty):
'Description': (basestring, False),
'DeviceIndex': (integer, True),
'Groups': ([basestring], False),
'InterfaceType': (basestring, False),
'Ipv6AddressCount': (integer, False),
'Ipv6Addresses': ([Ipv6Addresses], False),
'NetworkInterfaceId': (basestring, False),
Expand Down

0 comments on commit 38daa43

Please sign in to comment.