Skip to content

Releases: aws-ia/terraform-aws-vpc

v4.0.0

15 Feb 21:25
d09647a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.2.1...v4.0.0

v3.2.1

06 Feb 17:45
c6ac05b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.1.1...v3.2.1

v3.1.1

24 Jan 21:47
0ead3e2
Compare
Choose a tag to compare

What's Changed

  • update versions of tflint and providers min version by @drewmullen in #95

Full Changelog: v3.0.2...v3.1.1

v3.1.0

14 Nov 18:49
079bf31
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.1...v3.1.0

v3.0.2

14 Nov 18:48
079bf31
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.1...v3.0.2

v3.0.1

20 Oct 12:39
ff4c64f
Compare
Choose a tag to compare

What's Changed

  • removed experimental features in favor of released 1.3 features by @pablo19sc in #90

Full Changelog: v3.0.0...v3.0.1

v3.0.0

22 Sep 16:41
dfa6ee1
Compare
Choose a tag to compare

Changes from 2.x to 3.x

Features & Enhancements

  • IPAM vpcs no longer rely on the aws_vpc_ipam_preview_next_cidr resource. This is a breaking change for VPCs were built with this resource dependency, with a workaround available. Removing this dependency was the last major [known] sore thumb of this module. With this removed we can now build vpcs in the same module as IPAMs, or, more importantly, prefix lists / transit gateways in the same apply as the vpc.
  • transit gateway id is now passed as a root level variable. Previously it was passed in var.subnets.transit_gateway.transit_gateway_id. While this was logically a nice way to organize variable references it lead to race conditions if you were trying to create a transit gateway in the same root module as the VPC call.
  • route to transit gateway is now passed at a root level via variable transit_gateway_routes. Previously it was passed in var.subnets..route_to_transit_gateway. While this was logically a nice way to organize variable references it lead to race conditions if you were trying to create the prefix list in the same root module as the VPC call.

For help upgrading see our upgrading guide

v2.5.1

13 Sep 19:17
8ec1a1d
Compare
Choose a tag to compare

What's Changed

  • Fix: support private only subnets (nat_gateway_configuration == "none" / null) by @vivgoyal-aws in #86

New Contributors

Full Changelog: v2.5.0...v2.5.1

v2.5.0

22 Aug 20:06
c60216f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.4.0...v2.5.0

v2.4.0

18 Aug 15:08
b3b208a
Compare
Choose a tag to compare

What's Changed

  • bug: fix secondary nats if singular_az is set by @drewmullen in #82
  • new output natgw_id_per_az is helpful for secondary cidr deployments to map subnets to natgw

Full Changelog: V2.3.0...v2.4.0