Add config option to enable/disable T2 Unlimited for the launched instance

pull/6265/head
DanHam 8 years ago
parent 2c339b99d2
commit 482629ae90
No known key found for this signature in database
GPG Key ID: 58E79AEDD6AA987E

@ -32,6 +32,7 @@ type RunConfig struct {
AvailabilityZone string `mapstructure:"availability_zone"`
DisableStopInstance bool `mapstructure:"disable_stop_instance"`
EbsOptimized bool `mapstructure:"ebs_optimized"`
EnableT2Unlimited bool `mapstructure:"enable_t2_unlimited"`
IamInstanceProfile string `mapstructure:"iam_instance_profile"`
InstanceInitiatedShutdownBehavior string `mapstructure:"shutdown_behavior"`
InstanceType string `mapstructure:"instance_type"`

Loading…
Cancel
Save