add t3 instance type settings (#98)

This commit is contained in:
Rodrigo Chacon
2018-08-23 05:00:56 -03:00
committed by Max Williams
parent f744cedf7d
commit 8ac9e845c1
2 changed files with 11 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ project adheres to [Semantic Versioning](http://semver.org/).
- add spot_price option to aws_launch_configuration
- add enable_monitoring option to aws_launch_configuration
- add t3 instance class settings
### Changed

View File

@@ -64,6 +64,11 @@ locals {
t2.large = 35
t2.xlarge = 44
t2.2xlarge = 44
t3.small = 8
t3.medium = 17
t3.large = 35
t3.xlarge = 44
t3.2xlarge = 44
x1.16xlarge = 234
x1.32xlarge = 234
}
@@ -178,6 +183,11 @@ locals {
"t2.nano" = false
"t2.small" = false
"t2.xlarge" = false
"t3.small" = false
"t3.medium" = false
"t3.large" = false
"t3.xlarge" = false
"t3.2xlarge" = false
"x1.16xlarge" = true
"x1.32xlarge" = true
"x1e.16xlarge" = true