@@ -7,6 +7,12 @@ All notable changes to this project will be documented in this file.
7
7
8
8
9
9
10
+ <a name =" v2.20.0 " ></a >
11
+ ## [ v2.20.0] - 2021-08-25
12
+
13
+ - feat: Add cpu optimization options ([ #181 ] ( https://github.com/terraform-aws-modules/terraform-aws-ec2-instance/issues/181 ) )
14
+
15
+
10
16
<a name =" v2.19.0 " ></a >
11
17
## [ v2.19.0] - 2021-05-12
12
18
@@ -46,18 +52,6 @@ All notable changes to this project will be documented in this file.
46
52
## [ v2.14.0] - 2020-06-10
47
53
48
54
- Updated README
49
- - Merge pull request [ #156 ] ( https://github.com/terraform-aws-modules/terraform-aws-ec2-instance/issues/156 ) from terraform-aws-modules/terraform-provider-githubfile-1584635168624791000
50
- - [ ci skip] Create ".chglog/CHANGELOG.tpl.md".
51
- - Merge pull request [ #154 ] ( https://github.com/terraform-aws-modules/terraform-aws-ec2-instance/issues/154 ) from terraform-aws-modules/terraform-provider-githubfile-1584536327863703000
52
- - [ ci skip] Create "LICENSE".
53
- - Merge pull request [ #152 ] ( https://github.com/terraform-aws-modules/terraform-aws-ec2-instance/issues/152 ) from terraform-aws-modules/terraform-provider-githubfile-1584536291202089000
54
- - Merge pull request [ #150 ] ( https://github.com/terraform-aws-modules/terraform-aws-ec2-instance/issues/150 ) from terraform-aws-modules/terraform-provider-githubfile-1584536291202112000
55
- - Merge pull request [ #151 ] ( https://github.com/terraform-aws-modules/terraform-aws-ec2-instance/issues/151 ) from terraform-aws-modules/terraform-provider-githubfile-1584536291202090000
56
- - Merge pull request [ #149 ] ( https://github.com/terraform-aws-modules/terraform-aws-ec2-instance/issues/149 ) from terraform-aws-modules/terraform-provider-githubfile-1584536291202409000
57
- - [ ci skip] Create "Makefile".
58
- - [ ci skip] Create ".pre-commit-config.yaml".
59
- - [ ci skip] Create ".editorconfig".
60
- - [ ci skip] Create ".gitignore".
61
55
- Updated t instance type check to include t3a type ([ #145 ] ( https://github.com/terraform-aws-modules/terraform-aws-ec2-instance/issues/145 ) )
62
56
- Updated README
63
57
- Instance count as output ([ #121 ] ( https://github.com/terraform-aws-modules/terraform-aws-ec2-instance/issues/121 ) )
@@ -298,37 +292,31 @@ All notable changes to this project will be documented in this file.
298
292
## [ v1.5.0] - 2018-04-04
299
293
300
294
- Minor formatting fix
301
- - Merge pull request [ #26 ] ( https://github.com/terraform-aws-modules/terraform-aws-ec2-instance/issues/26 ) from otassetti/master
302
295
- Modify tag name management to add -%d suffixe only if instance_count > 1
303
296
304
297
305
298
<a name =" v1.4.0 " ></a >
306
299
## [ v1.4.0] - 2018-04-04
307
300
308
- - Merge pull request [ #27 ] ( https://github.com/terraform-aws-modules/terraform-aws-ec2-instance/issues/27 ) from Normo/master
309
301
- Stop ignoring changes in vpc_security_group_ids
310
302
311
303
312
304
<a name =" v1.3.0 " ></a >
313
305
## [ v1.3.0] - 2018-03-06
314
306
315
- - Merge pull request [ #25 ] ( https://github.com/terraform-aws-modules/terraform-aws-ec2-instance/issues/25 ) from terraform-aws-modules/renamed-count
316
307
- Renamed count to instance_count (fixes [ #23 ] ( https://github.com/terraform-aws-modules/terraform-aws-ec2-instance/issues/23 ) )
317
- - Merge pull request [ #24 ] ( https://github.com/terraform-aws-modules/terraform-aws-ec2-instance/issues/24 ) from mhd999/fix/readme
318
308
- Fix: add missing variable to the usage example
319
309
320
310
321
311
<a name =" v1.2.1 " ></a >
322
312
## [ v1.2.1] - 2018-03-01
323
313
324
- - Merge pull request [ #21 ] ( https://github.com/terraform-aws-modules/terraform-aws-ec2-instance/issues/21 ) from terraform-aws-modules/added-eip-to-example
325
314
- Added aws_eip to example and pre-commit hooks
326
315
327
316
328
317
<a name =" v1.2.0 " ></a >
329
318
## [ v1.2.0] - 2018-01-19
330
319
331
- - Merge pull request [ #14 ] ( https://github.com/terraform-aws-modules/terraform-aws-ec2-instance/issues/14 ) from 2solt/master
332
320
- Add tags to output variables
333
321
334
322
@@ -347,7 +335,6 @@ All notable changes to this project will be documented in this file.
347
335
<a name =" v1.0.3 " ></a >
348
336
## [ v1.0.3] - 2017-11-15
349
337
350
- - Merge pull request [ #7 ] ( https://github.com/terraform-aws-modules/terraform-aws-ec2-instance/issues/7 ) from apparentlymart/patch-1
351
338
- Fix incorrect subnet_id output expression
352
339
- Updated example with all-icmp security group rule
353
340
@@ -373,7 +360,8 @@ All notable changes to this project will be documented in this file.
373
360
- Initial commit
374
361
375
362
376
- [ Unreleased ] : https://github.com/terraform-aws-modules/terraform-aws-ec2-instance/compare/v2.19.0...HEAD
363
+ [ Unreleased ] : https://github.com/terraform-aws-modules/terraform-aws-ec2-instance/compare/v2.20.0...HEAD
364
+ [ v2.20.0 ] : https://github.com/terraform-aws-modules/terraform-aws-ec2-instance/compare/v2.19.0...v2.20.0
377
365
[ v2.19.0 ] : https://github.com/terraform-aws-modules/terraform-aws-ec2-instance/compare/v2.18.0...v2.19.0
378
366
[ v2.18.0 ] : https://github.com/terraform-aws-modules/terraform-aws-ec2-instance/compare/v2.17.0...v2.18.0
379
367
[ v2.17.0 ] : https://github.com/terraform-aws-modules/terraform-aws-ec2-instance/compare/v2.16.0...v2.17.0
0 commit comments