Skip to content

Releases: UKHomeOffice/acp-tf-nlb

v3.1.0

23 Jul 13:42
ba7014f
Compare
Choose a tag to compare

What's Changed

  • Updated terraform module to enable support for subnet mappings for in… by @kmahmood2021 in #15

New Contributors

Full Changelog: v3.0.0...v3.1.0

v3.0.1

23 Jul 13:26
ba7014f
Compare
Choose a tag to compare

What's Changed

  • Updated terraform module to enable support for subnet mappings for in… by @kmahmood2021 in #15

New Contributors

Full Changelog: v3.0.0...v3.0.1

v3.0.0 - security groups enforced / subnet_ids

29 Nov 13:34
3749d36
Compare
Choose a tag to compare

v3.0.0

(breaking change) var.subnet_tags removed instead to use hard coded var.subnet_ids
(breaking change) added mandatory var.security_groups_ingress_cidr to allow for optional CIDR range for SG's
Optional disable_security_groups to allow for backwards compatability

v2.0.0 - var.listeners removed for var.ports map(object)

29 Nov 13:31
4453684
Compare
Choose a tag to compare

Breaking changes, renaming var.listeners to var.ports and turns it into an map(object) which uses the ports as indexes so doesn't cause the Terraform index shift recreation issue and also accepts multiple target groups

v1.0.5

14 Mar 10:27
56fbcce
Compare
Choose a tag to compare

Amends previous issue with preserve_client_ip variable

v1.0.4 - preserve_client_ip flag

13 Mar 17:34
47a1acb
Compare
Choose a tag to compare

Adds support for the boolean argument 'preserve_client_ip', as described in aws docs:

Indicates whether client IP preservation is enabled. The value is true or false. The default is disabled if the target group type is IP address and the target group protocol is TCP or TLS. Otherwise, the default is enabled. Client IP preservation can't be disabled for UDP and TCP_UDP target groups.

v1.0.3_Ingress_NLB_Only Change

30 Jun 11:24
Compare
Choose a tag to compare

This tag is specific to getting NLB working for ingress controller - This sets Preserve client IP addresses to false for target groups

Health check needs port for Chisel instead of default

04 Apr 11:44
5cad498
Compare
Choose a tag to compare

Health check needs port for Chisel instead of default

v1.0.1

20 Jan 11:02
480aed0
Compare
Choose a tag to compare

terraform v1 support

Release v1.0.0

29 Oct 14:55
d1e2c19
Compare
Choose a tag to compare

Breaking change

  • Updated to be compatible with Terraform version 0.12