File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ project adheres to [Semantic Versioning](http://semver.org/).
11
11
12
12
- add spot_price option to aws_launch_configuration
13
13
- add enable_monitoring option to aws_launch_configuration
14
+ - add t3 instance class settings
14
15
15
16
### Changed
16
17
Original file line number Diff line number Diff line change @@ -64,6 +64,11 @@ locals {
64
64
t2.large = 35
65
65
t2.xlarge = 44
66
66
t2.2xlarge = 44
67
+ t3.small = 8
68
+ t3.medium = 17
69
+ t3.large = 35
70
+ t3.xlarge = 44
71
+ t3.2xlarge = 44
67
72
x1.16xlarge = 234
68
73
x1.32xlarge = 234
69
74
}
@@ -178,6 +183,11 @@ locals {
178
183
" t2.nano" = false
179
184
" t2.small" = false
180
185
" t2.xlarge" = false
186
+ " t3.small" = false
187
+ " t3.medium" = false
188
+ " t3.large" = false
189
+ " t3.xlarge" = false
190
+ " t3.2xlarge" = false
181
191
" x1.16xlarge" = true
182
192
" x1.32xlarge" = true
183
193
" x1e.16xlarge" = true
You can’t perform that action at this time.
0 commit comments