Machine type changes for generator

This commit is contained in:
Mike Splain 2018-07-30 15:18:45 -04:00
parent 153e5615ba
commit dc83b4444c
1 changed files with 5 additions and 0 deletions

View File

@ -74,6 +74,9 @@ func GetMachineTypeInfo(machineType string) (*AWSMachineTypeInfo, error) {
var MachineTypes []AWSMachineTypeInfo = []AWSMachineTypeInfo{
// This is tedious, but seems simpler than trying to have some logic and then a lot of exceptions
// NOTE: Content below is auto generated by `make update-machine-types`
// BEGIN GENERATED CONTENT
// t2 family
{
Name: "t2.nano",
@ -1088,4 +1091,6 @@ var MachineTypes []AWSMachineTypeInfo = []AWSMachineTypeInfo{
Cores: 64,
EphemeralDisks: nil,
},
// END GENERATED CONTENT
}