Skip to content

Commit

Permalink
Add missing OpsWorks::Instance properties (Fixes #1014)
Browse files Browse the repository at this point in the history
  • Loading branch information
markpeek committed Mar 28, 2018
1 parent 6134d4e commit c19bc83
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions troposphere/opsworks.py
Expand Up @@ -201,6 +201,7 @@ class Instance(AWSObject):
'AutoScalingType': (basestring, False),
'AvailabilityZone': (basestring, False),
'BlockDeviceMappings': ([BlockDeviceMapping], False),
'EbsOptimized': (boolean, False),
'ElasticIps': ([basestring], False),
'Hostname': (basestring, False),
'InstallUpdatesOnBoot': (boolean, False),
Expand All @@ -213,6 +214,7 @@ class Instance(AWSObject):
'SubnetId': (basestring, False),
'Tenancy': (basestring, False),
'TimeBasedAutoScaling': (TimeBasedAutoScaling, False),
'VirtualizationType': (basestring, False),
'Volumes': ([basestring], False),
}

Expand Down

0 comments on commit c19bc83

Please sign in to comment.