Releases: zoitech/terraform-aws-network
Releases · zoitech/terraform-aws-network
aws_ram_resource_share_accepter for the transit gateway attachment
NEW FEATURES:
- Added aws_ram_resource_share_accepter for the transit gateway attachment (#15)
Fix: only private subnets
IMPROVEMENTS:
- Removed public subnets from transit gateway vpc attachment
Upgraded to terraform 0.12
1.0.1
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)
Added DNS Hostname Support in VPC
Merge pull request #5 from Geartrixy/master Enable DNS hostname support in the VPC
NAT Output
Elastic/Public IP of NAT Gateway given as output
Add support to disable NAT
Merge pull request #3 from oliver1980/master Creation of NAT made optional