Releases: unifio/terraform-aws-vpc
Releases · unifio/terraform-aws-vpc
Version 0.2.6
FEATURES:
- Added full support for creation of a DMZ only VPC when
lans_per_az = 0
. - When
lans_per_az = 0
NAT Gateways will no longer be created.
Version 0.2.5
BACKWARDS INCOMPATIBILITIES / NOTES:
- Unattached VPN gateways created by previous versions of this module will be destroyed and recreated on update due to changes in resource naming.
- This module has been verified for compatiblity with Terraform 0.7.5.
FEATURES:
- Added support for establishing VPC peering connections.
BUG FIXES:
- Resolved issue where changing the attached status of a VPN gateway would result in the resource being destroyed and recreated.
Version 0.2.4
0.2.4 (June 24, 2016)
IMPROVEMENTS:
- Added NAT gateway public IP to the AZ module outputs.
Version 0.2.3
0.2.3 (June 8, 2016)
IMPROVEMENTS:
- Added support for VGW route propagation for routing tables.
- Added support for VPG creation without VPC attachment. Necessary to avoid chicken-and-egg scenario when configuring VPC for VPG route propagation.
Version 0.2.2
0.2.2 (June 2, 2016)
IMPROVEMENTS:
- Verified with Terraform v0.6.16.
Version 0.2.1
0.2.1 (May 16, 2016)
IMPROVEMENTS:
- Exposed subnet CIDR blocks as AZ module outputs.
- Verified with Terraform v0.6.15.
- Updated formatting to HashiCorp standard.
- Expanded examples to include new VPC resources.
Version 0.2.0
0.2.0 (Apr 20, 2016)
FEATURES:
- Added support for configuring instance tenancy.
- Added support for enabling ClassicLink.
IMPROVEMENTS:
- Verified with Terraform v0.6.14.
- Migrated NAT features to VPC NAT gateway.
Version 0.1.1
Initial release
v0.1.0 Added DHCP defaults to examples.