Skip to content

Releases: DNXLabs/terraform-aws-network

2.4.0

07 Nov 04:54
6a6d5b1

Choose a tag to compare

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

28 Jan 23:07
3cb319c

Choose a tag to compare

What's Changed

  • Add a custom list of cidrs to allow on each NACL table by @adenot in #58

Full Changelog: 2.3.3...2.3.4

2.3.3

21 Jan 02:42
7415034

Choose a tag to compare

What's Changed

  • Allow public and secure connection by @adenot in #57

Full Changelog: 2.3.2...2.3.3

2.3.2

11 Dec 23:44
ee1dccb

Choose a tag to compare

  • Fix optional resources on outputs

2.3.1

29 Jul 07:17
540956b

Choose a tag to compare

What's Changed

New Contributors

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

17 Jul 00:13
9fbda14

Choose a tag to compare

What's Changed

  • Pump terraform required version and remove experiments (continuing from #46) by @igorjs in #52

Full Changelog: 2.2.1...2.3.0

2.2.1

17 Jul 00:07
70c082c

Choose a tag to compare

What's Changed

Full Changelog: 2.2.0...2.2.1

2.2.0

12 May 23:35
f0e0736

Choose a tag to compare

What's Changed

Full Changelog: 2.1.0...2.2.0

2.1.0

13 Jul 03:53
49b281f

Choose a tag to compare

Merge pull request #47 from DNXLabs/fix/endpoint_try

fix endpoint allowed cidrs try

2.0.0

09 May 03:01
1643c7e

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.9.1...2.0.0