Skip to content

Releases: grem11n/terraform-aws-vpc-peering

v7.0.0

16 Jun 11:58
742ce9f
Compare
Choose a tag to compare

v7.0.0

It's been some time since the previous release, so bumping the major version just in case. Otherwise, there should be no breaking changes compared to the previous release.

What's Changed

New Contributors

Full Changelog: v6.0.0...v7.0.0

Allow the usage of the AWS Provider 5.x.x

05 Jun 12:58
764ae14
Compare
Choose a tag to compare

Changes

  • Allow the usage of 5.x.x version of the AWS Terraform provider: #103

Considerations

The new version should work with AWS Terraform Provider 4.x.x as well. Yet, to avoid unexpected behavior, I'm releasing this as a new major version of the module.

Create routes for additional CIDRs

17 Jan 09:27
abb29df
Compare
Choose a tag to compare

Now, this module creates routes for additional CIDRs associated with VPCs as well, which fixed #94.

API Changes

This release exposes two new user variables:

  • from_this_associated to create routes for additional CIDRs from this VPC
  • from_peer_associated to create routes for additional CIDRs from peer VPC

Considerations

The module still relies on additional variables to create routes for associated CIDRs. However, based on hashicorp/terraform#28962 (comment) I assume it's impossible to calculate routes for associated CIDRs unless VPC configuration already exists. This means that depends_on directive probably won't work with additional VPC CIDRs, if you want to create the whole infrastructure in one swing. Yet, I haven't tested that scenario.

Code Changes

  • Create routes for associated VPC CIDRs by @grem11n in #97
  • Update Terraform version to the current latest in tests by @grem11n in #99

Full Changelog: v5.0.0...v5.1.0

AWS Classic Deprecation

11 Sep 15:36
de824da
Compare
Choose a tag to compare

Major changes

  • AWS Classic is going to be deprecated. Therefore, related options were deprecated as well PR#92. Fixes: Issue#91

Other changes

  • Removed CHANGELOG.md file since it was not well-maintained PR#93.
  • Update versions of Go and Terraform for the tests PR#93.
  • Removed some leftovers of the CI integration for Terraform 0.11 PR#93.
  • Fixes in the documentation PR#90.

Tests for Terraform > 1.1.x and AWS Provider > 4.x.x

26 Mar 14:31
e6c202e
Compare
Choose a tag to compare
  • Provider lock is updated to support both 3.x.x and 4.x.x versions of the AWS provider: #86
  • Updated tests to check Terraform version > 1.1.x: #88
  • Updated README: #87

Pin the minimum Terraform version

10 Jun 11:54
Compare
Choose a tag to compare
  • Pinned the minimum required Terraform version
  • Updated tests with more stable regions
  • Bug report template

Terraform 0.15 support

10 Jun 11:56
34efe54
Compare
Choose a tag to compare

Terraform 0.15 support

22 Apr 17:06
a543a8c
Compare
Choose a tag to compare

Support for Terraform 0.15 with backward compatibility with 0.14

Terraform 0.15 support

22 Apr 18:25
34efe54
Compare
Choose a tag to compare

Terraform >=0.13 support

15 Feb 20:07
c9d3bfe
Compare
Choose a tag to compare
  • Fixes depends_on issue (#57)
  • Added documentation regarding depends_on usage
  • Run tests against Terraform 0.13 and 0.14
  • Refactoring