Releases: DNXLabs/terraform-aws-network
Releases · DNXLabs/terraform-aws-network
2.4.0
Features
- Add per-tier subnet sizing support (#60)
What's New
Enable mixed subnet sizes within the same VPC by overriding newbits per tier:
module "network" {
source = "git::https://github.com/DNXLabs/terraform-aws-network.git?ref=2.4.0"
vpc_cidr = "10.39.32.0/21"
newbits = 5 # Default /26
#Override per tier
public_newbits = 5 # /26 (62 IPs)
private_newbits = 3 # /24 (254 IPs)
secure_newbits = 5 # /26 (62 IPs)
}Backward Compatibility
✅ 100% backward compatible - existing configurations work unchanged
2.3.4
2.3.3
2.3.2
- Fix optional resources on outputs
2.3.1
What's Changed
- Adding creation of db Subnet Groups by @alandavid in #53
New Contributors
- @alandavid made their first contribution in #53
Full Changelog: 2.3.0...2.3.1
Introduces flags for creating additional db_subnet_groups for private and public subnets while maintaining default security settings.
2.3.0
2.2.1
2.2.0
2.1.0
Merge pull request #47 from DNXLabs/fix/endpoint_try fix endpoint allowed cidrs try
2.0.0
What's Changed
- DynamoDB Gateway Endpoint by @adenot in #25
- Making flexible naming by @adenot in #29
- Bugfix/disable nat by @adenot in #32
- Compliance rebased from master by @RaphaelMacedonio in #41
- Changes for compliance by @adenot in #17
- 🔧 Add vpc_cidr_summ variable to reduce the number of NACL rules used by @Renatovnctavares in #42
New Contributors
- @RaphaelMacedonio made their first contribution in #41
- @Renatovnctavares made their first contribution in #42
Full Changelog: 1.9.1...2.0.0