Skip to content

Releases: DNXLabs/terraform-aws-network

2.4.0

Choose a tag to compare

@thiago4go thiago4go released this 07 Nov 04:54
6a6d5b1

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

Choose a tag to compare

@adenot adenot released this 28 Jan 23:07
3cb319c

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

Choose a tag to compare

@adenot adenot released this 21 Jan 02:42
7415034

What's Changed

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

Full Changelog: 2.3.2...2.3.3

2.3.2

Choose a tag to compare

@lucasmacedot lucasmacedot released this 11 Dec 23:44
ee1dccb
  • Fix optional resources on outputs

2.3.1

Choose a tag to compare

@alandavid alandavid released this 29 Jul 07:17
540956b

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

Choose a tag to compare

@adenot adenot released this 17 Jul 00:13
9fbda14

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

Choose a tag to compare

@adenot adenot released this 17 Jul 00:07
70c082c

What's Changed

Full Changelog: 2.2.0...2.2.1

2.2.0

Choose a tag to compare

@caiovfernandes caiovfernandes released this 12 May 23:35
f0e0736

What's Changed

Full Changelog: 2.1.0...2.2.0

2.1.0

Choose a tag to compare

@Renatovnctavares Renatovnctavares released this 13 Jul 03:53
49b281f
Merge pull request #47 from DNXLabs/fix/endpoint_try

fix endpoint allowed cidrs try

2.0.0

Choose a tag to compare

@RaphaelMacedonio RaphaelMacedonio released this 09 May 03:01
1643c7e

What's Changed

New Contributors

Full Changelog: 1.9.1...2.0.0