Releases: aws-ia/terraform-aws-vpc
Releases · aws-ia/terraform-aws-vpc
v4.0.0
v3.2.1
v3.1.1
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
v3.0.2
v3.0.1
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
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
What's Changed
- Fix: support private only subnets (nat_gateway_configuration == "none" / null) by @vivgoyal-aws in #86
New Contributors
- @vivgoyal-aws made their first contribution in #86
Full Changelog: v2.5.0...v2.5.1
v2.5.0
What's Changed
- add s3 option for vpc flow logs by @drewmullen in #83
Full Changelog: v2.4.0...v2.5.0
v2.4.0
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