Skip to content

Commit 4fa103f

Browse files
committed
Updated CHANGELOG
1 parent 19b44d2 commit 4fa103f

File tree

1 file changed

+8
-20
lines changed

1 file changed

+8
-20
lines changed

CHANGELOG.md

Lines changed: 8 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ All notable changes to this project will be documented in this file.
77

88

99

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+
1016
<a name="v2.19.0"></a>
1117
## [v2.19.0] - 2021-05-12
1218

@@ -46,18 +52,6 @@ All notable changes to this project will be documented in this file.
4652
## [v2.14.0] - 2020-06-10
4753

4854
- 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".
6155
- Updated t instance type check to include t3a type ([#145](https://github.com/terraform-aws-modules/terraform-aws-ec2-instance/issues/145))
6256
- Updated README
6357
- 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.
298292
## [v1.5.0] - 2018-04-04
299293

300294
- Minor formatting fix
301-
- Merge pull request [#26](https://github.com/terraform-aws-modules/terraform-aws-ec2-instance/issues/26) from otassetti/master
302295
- Modify tag name management to add -%d suffixe only if instance_count > 1
303296

304297

305298
<a name="v1.4.0"></a>
306299
## [v1.4.0] - 2018-04-04
307300

308-
- Merge pull request [#27](https://github.com/terraform-aws-modules/terraform-aws-ec2-instance/issues/27) from Normo/master
309301
- Stop ignoring changes in vpc_security_group_ids
310302

311303

312304
<a name="v1.3.0"></a>
313305
## [v1.3.0] - 2018-03-06
314306

315-
- Merge pull request [#25](https://github.com/terraform-aws-modules/terraform-aws-ec2-instance/issues/25) from terraform-aws-modules/renamed-count
316307
- 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
318308
- Fix: add missing variable to the usage example
319309

320310

321311
<a name="v1.2.1"></a>
322312
## [v1.2.1] - 2018-03-01
323313

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
325314
- Added aws_eip to example and pre-commit hooks
326315

327316

328317
<a name="v1.2.0"></a>
329318
## [v1.2.0] - 2018-01-19
330319

331-
- Merge pull request [#14](https://github.com/terraform-aws-modules/terraform-aws-ec2-instance/issues/14) from 2solt/master
332320
- Add tags to output variables
333321

334322

@@ -347,7 +335,6 @@ All notable changes to this project will be documented in this file.
347335
<a name="v1.0.3"></a>
348336
## [v1.0.3] - 2017-11-15
349337

350-
- Merge pull request [#7](https://github.com/terraform-aws-modules/terraform-aws-ec2-instance/issues/7) from apparentlymart/patch-1
351338
- Fix incorrect subnet_id output expression
352339
- Updated example with all-icmp security group rule
353340

@@ -373,7 +360,8 @@ All notable changes to this project will be documented in this file.
373360
- Initial commit
374361

375362

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
377365
[v2.19.0]: https://github.com/terraform-aws-modules/terraform-aws-ec2-instance/compare/v2.18.0...v2.19.0
378366
[v2.18.0]: https://github.com/terraform-aws-modules/terraform-aws-ec2-instance/compare/v2.17.0...v2.18.0
379367
[v2.17.0]: https://github.com/terraform-aws-modules/terraform-aws-ec2-instance/compare/v2.16.0...v2.17.0

0 commit comments

Comments
 (0)