Skip to content

Commit 86531a4

Browse files
authored
Merge branch 'master' into egress-igw-tags
2 parents e0299d7 + 639fe65 commit 86531a4

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
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.39.0"></a>
11+
## [v2.39.0] - 2020-06-06
12+
13+
- feat: Enable support for Terraform 0.13 as a valid version by setting minimum version required ([#455](https://github.com/terraform-aws-modules/terraform-aws-vpc/issues/455))
14+
15+
1016
<a name="v2.38.0"></a>
1117
## [v2.38.0] - 2020-05-25
1218

@@ -898,7 +904,8 @@ All notable changes to this project will be documented in this file.
898904
- Initial commit
899905

900906

901-
[Unreleased]: https://github.com/terraform-aws-modules/terraform-aws-vpc/compare/v2.38.0...HEAD
907+
[Unreleased]: https://github.com/terraform-aws-modules/terraform-aws-vpc/compare/v2.39.0...HEAD
908+
[v2.39.0]: https://github.com/terraform-aws-modules/terraform-aws-vpc/compare/v2.38.0...v2.39.0
902909
[v2.38.0]: https://github.com/terraform-aws-modules/terraform-aws-vpc/compare/v2.37.0...v2.38.0
903910
[v2.37.0]: https://github.com/terraform-aws-modules/terraform-aws-vpc/compare/v2.36.0...v2.37.0
904911
[v2.36.0]: https://github.com/terraform-aws-modules/terraform-aws-vpc/compare/v2.35.0...v2.36.0

versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
terraform {
2-
required_version = "~> 0.12.6"
2+
required_version = ">= 0.12.6, < 0.14"
33

44
required_providers {
55
aws = "~> 2.57"

0 commit comments

Comments
 (0)