All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
Released: 2024.10.08
Summary:
- Supports configuring vpc routes with prefix list destinations
Released: 2024.09.30
Summary:
- Adds support to tgw and vpc attachments for security group referencing
Released: 2024.08.26
Summary:
- Adds source for aws provider to better support nested modules with aliased providers
Released: 2024.08.26
Summary:
- Supports associating managed prefix lists to a transit gateway route table
Released: 2024.08.21
Summary:
- Improves compatibility with terraform <1.6 using ternary to short-circuit evaluation instead of try
- Updates terraform provider version for when
options
was added toaws_ec2_transit_gateway_peering_attachment
Released: 2024.08.20
Summary:
- Manages tgw route table associations for tgw peering connections
- Supports
options
input for peering attachment resource
Released: 2023.07.18
Summary:
- Supports auto-accept configurations for cross-account vpc attachments
Released: 2022.03.29
Summary:
- Supports creating VPC Attachments in appliance mode using the argument,
appliance_mode_support
.
Released: 2021.12.29
Summary:
- Removes variables in cross-account-vpc-attachment module that were used to create a dependency so the attachment would succeed. These variables are no longer needed, presumably due to new retry functionality in the AWS provider.
- Uses
configuration_aliases
instead of empty provider blocks. - Bumps minimum terraform version to 0.15 for the cross-account and cross-region modules.
Released: 2019.11.13
Summary:
- Initial release!