ENHANCEMENTS:
- Add variables to tag VPC flow log resources
ENHANCEMENTS:
- VPC flow logs support FIX:
- Add validation of existing AZ's for the Multi-AZ Gateway deployment
FIX:
- Fix creation additional networks for dynamic subnetting option
ENHANCEMENTS:
- Add support to multiple CIDRs in the a VPC
ENHANCEMENTS:
- Adding support for Multi-AZ NAT Gateway deployments
FIX:
- Fix Transit Gateway attachments (#55)
ENHANCEMENTS:
- Transit Gateway attachments support AZ with multiple subnets (#46)
ENHANCEMENTS:
- Pass the availabilty Zones as variables that can be dynamically changed if the region don't support the AZ (#50)
ENHANCEMENTS:
- Add optional creation of VPC Gateway for AWS S3 (#42)
- Add optional creation of VPC Gateway for AWS DynamoDB (#42)
- TGW attachment can now be created without a RAM share in the terraform code (#47)
BUG FIXES:
- Fix terraform dhcp passed variables
ENHANCEMENTS:
- Rename domain_name variable to dhcp_domain_name
ENHANCEMENTS:
- Add IGW, NatGW and Route table tags to support backward compatibility
BUG FIXES:
- Fixed "Error: Incorrect attribute value type" for "subnet_ids" parameters (#36)
BACKWARDS INCOMPATIBILITIES / NOTES:
- Names for subnet ID outputs changed to reflect plural nature (e.g. "sn_private_a_id" is now "sn_private_a_ids" )
BUG FIXES:
- Fixed output for nat_ip
ENHANCEMENTS:
- Output for internet gateway ID
ENHANCEMENTS:
- Added VPC and subnet tagging capabilities (#30)
NEW FEATURES:
- Support for dynamic subnet creation. Due to: (#31)
- Support for multiple subnet creation in the same availability zone. Due to: (#31)
IMPROVEMENTS:
- small fixes to variable defaults
IMPROVEMENTS:
- Make "aws_ram_resource_share_accepter" optional (#27)
Same as "1.0.5" but with no "aws_ram_resource_share_accepter" incase this step was done manually. Due to import bug
IMPROVEMENTS:
- Support multiple IP address range forwarding to the transit gateway (#20)
IMPROVEMENTS:
- A network ACL can now be applied to all subnets within a VPC or on a private/public subnet basis (#18)
NEW FEATURES:
- Added aws_ram_resource_share_accepter for the transit gateway attachment (#15)
IMPROVEMENTS:
- Removed public subnets from transit gateway vpc attachment (#13)
NEW FEATURES:
- DHCP Options (Optional) (#9)
- Internet Gateway (Optional)
- NAT Gateway (Optional) (Dependent on Internet Gateway)
- Elastic IP for NAT Gateway (Optional)
- Network ACL (Optional) (#10)
- Transit Gateway attachment to the VPC (Optional) (#11))
BACKWARDS INCOMPATIBILITIES / NOTES:
- Works with terraform 0.12.x (#8)
IMPROVEMENTS:
- Upgraded to terrfaform 0.12 (#8)
BUG FIXES:
- Fixed output for nat gateway IP if not created (#6)