Skip to content

Commit 9e72732

Browse files
committed
Updated CHANGELOG
1 parent c49475f commit 9e72732

File tree

1 file changed

+32
-1
lines changed

1 file changed

+32
-1
lines changed

CHANGELOG.md

Lines changed: 32 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,17 @@ All notable changes to this project will be documented in this file.
77

88

99

10+
<a name="v2.18.0"></a>
11+
## [v2.18.0] - 2021-05-11
12+
13+
- feat: add tags support to root block device ([#218](https://github.com/terraform-aws-modules/terraform-aws-ec2-instance/issues/218))
14+
- chore: update CI/CD to use stable `terraform-docs` release artifact and discoverable Apache2.0 license ([#217](https://github.com/terraform-aws-modules/terraform-aws-ec2-instance/issues/217))
15+
- chore: Updated versions&comments in examples
16+
- chore: update documentation and pin `terraform_docs` version to avoid future changes ([#212](https://github.com/terraform-aws-modules/terraform-aws-ec2-instance/issues/212))
17+
- chore: align ci-cd static checks to use individual minimum Terraform versions ([#207](https://github.com/terraform-aws-modules/terraform-aws-ec2-instance/issues/207))
18+
- chore: add ci-cd workflow for pre-commit checks ([#201](https://github.com/terraform-aws-modules/terraform-aws-ec2-instance/issues/201))
19+
20+
1021
<a name="v2.17.0"></a>
1122
## [v2.17.0] - 2021-02-20
1223

@@ -29,6 +40,18 @@ All notable changes to this project will be documented in this file.
2940
## [v2.14.0] - 2020-06-10
3041

3142
- Updated README
43+
- Merge pull request [#156](https://github.com/terraform-aws-modules/terraform-aws-ec2-instance/issues/156) from terraform-aws-modules/terraform-provider-githubfile-1584635168624791000
44+
- [ci skip] Create ".chglog/CHANGELOG.tpl.md".
45+
- Merge pull request [#154](https://github.com/terraform-aws-modules/terraform-aws-ec2-instance/issues/154) from terraform-aws-modules/terraform-provider-githubfile-1584536327863703000
46+
- [ci skip] Create "LICENSE".
47+
- Merge pull request [#152](https://github.com/terraform-aws-modules/terraform-aws-ec2-instance/issues/152) from terraform-aws-modules/terraform-provider-githubfile-1584536291202089000
48+
- Merge pull request [#150](https://github.com/terraform-aws-modules/terraform-aws-ec2-instance/issues/150) from terraform-aws-modules/terraform-provider-githubfile-1584536291202112000
49+
- Merge pull request [#151](https://github.com/terraform-aws-modules/terraform-aws-ec2-instance/issues/151) from terraform-aws-modules/terraform-provider-githubfile-1584536291202090000
50+
- Merge pull request [#149](https://github.com/terraform-aws-modules/terraform-aws-ec2-instance/issues/149) from terraform-aws-modules/terraform-provider-githubfile-1584536291202409000
51+
- [ci skip] Create "Makefile".
52+
- [ci skip] Create ".pre-commit-config.yaml".
53+
- [ci skip] Create ".editorconfig".
54+
- [ci skip] Create ".gitignore".
3255
- Updated t instance type check to include t3a type ([#145](https://github.com/terraform-aws-modules/terraform-aws-ec2-instance/issues/145))
3356
- Updated README
3457
- Instance count as output ([#121](https://github.com/terraform-aws-modules/terraform-aws-ec2-instance/issues/121))
@@ -269,31 +292,37 @@ All notable changes to this project will be documented in this file.
269292
## [v1.5.0] - 2018-04-04
270293

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

274298

275299
<a name="v1.4.0"></a>
276300
## [v1.4.0] - 2018-04-04
277301

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

280305

281306
<a name="v1.3.0"></a>
282307
## [v1.3.0] - 2018-03-06
283308

309+
- Merge pull request [#25](https://github.com/terraform-aws-modules/terraform-aws-ec2-instance/issues/25) from terraform-aws-modules/renamed-count
284310
- Renamed count to instance_count (fixes [#23](https://github.com/terraform-aws-modules/terraform-aws-ec2-instance/issues/23))
311+
- Merge pull request [#24](https://github.com/terraform-aws-modules/terraform-aws-ec2-instance/issues/24) from mhd999/fix/readme
285312
- Fix: add missing variable to the usage example
286313

287314

288315
<a name="v1.2.1"></a>
289316
## [v1.2.1] - 2018-03-01
290317

318+
- Merge pull request [#21](https://github.com/terraform-aws-modules/terraform-aws-ec2-instance/issues/21) from terraform-aws-modules/added-eip-to-example
291319
- Added aws_eip to example and pre-commit hooks
292320

293321

294322
<a name="v1.2.0"></a>
295323
## [v1.2.0] - 2018-01-19
296324

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

299328

@@ -312,6 +341,7 @@ All notable changes to this project will be documented in this file.
312341
<a name="v1.0.3"></a>
313342
## [v1.0.3] - 2017-11-15
314343

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

@@ -337,7 +367,8 @@ All notable changes to this project will be documented in this file.
337367
- Initial commit
338368

339369

340-
[Unreleased]: https://github.com/terraform-aws-modules/terraform-aws-ec2-instance/compare/v2.17.0...HEAD
370+
[Unreleased]: https://github.com/terraform-aws-modules/terraform-aws-ec2-instance/compare/v2.18.0...HEAD
371+
[v2.18.0]: https://github.com/terraform-aws-modules/terraform-aws-ec2-instance/compare/v2.17.0...v2.18.0
341372
[v2.17.0]: https://github.com/terraform-aws-modules/terraform-aws-ec2-instance/compare/v2.16.0...v2.17.0
342373
[v2.16.0]: https://github.com/terraform-aws-modules/terraform-aws-ec2-instance/compare/v2.15.0...v2.16.0
343374
[v2.15.0]: https://github.com/terraform-aws-modules/terraform-aws-ec2-instance/compare/v2.14.0...v2.15.0

0 commit comments

Comments
 (0)