Skip to content

Releases: DNXLabs/terraform-aws-network

1.6.1

23 Nov 06:31
a7e7c71
Compare
Choose a tag to compare

What's Changed

  • Add capabilities to dynamically Bring Your Own Elastic IPs for Nat Gateway by @wvxavier in #23

New Contributors

Full Changelog: 1.6.0...1.6.1

1.6.0

22 Nov 06:56
b7ead48
Compare
Choose a tag to compare

What's Changed

New Contributors

Breaking Changes

MODULE OUTPUTS CHANGED
Before to get the first subnet it would be necessary to use:

subnet_ids                       = [module.network[0].private_subnet_ids[0][0]]

And now, this will suffice:

subnet_ids                       = [module.network[0].private_subnet_ids[0]]

Full Changelog: 1.5.1...1.6.0

1.5.1

17 Oct 23:47
33cde07
Compare
Choose a tag to compare

What's Changed

IMPROVEMENTS

  • Add aws-cdk:subnet-name and aws-cdk:subnet-type tags to subnets by @nicklaw5 in #21

New Contributors

Full Changelog: 1.5.0...1.5.1

1.5.0

29 Jul 06:16
Compare
Choose a tag to compare

BUGFIXES

  • Attaching VPC Endpoint to private subnet

ENHANCEMENTS

  • Adding access to S3 endpoints via nacls

1.4.4

07 Jun 04:20
Compare
Choose a tag to compare

Restrict access on VPC endpoint to connections only within the VPC
Replacing map function to tomap as map was deprecated on terraform 0.12

1.4.3

04 May 12:30
Compare
Choose a tag to compare

Added option to enable or disable vpc flow logs (Default=enabled)

1.4.2

22 Feb 21:29
Compare
Choose a tag to compare
  • Fix private subnet route_table_association resource.

1.4.1

15 Feb 07:10
Compare
Choose a tag to compare

ENHANCEMENTS

  • Improving outputs to use this module more flexibly

1.4.0

20 Jan 09:17
Compare
Choose a tag to compare

ENHANCEMENTS

  • Adding kubernetes tags

1.3.0

30 Sep 05:16
c741b31
Compare
Choose a tag to compare

Enable VPC S3 endpoint

• A VPC endpoint enables you to privately connect your VPC to supported AWS services. Instances in your VPC do not require public IP addresses to communicate with resources in the service. Traffic between your VPC and the other service does not leave the Amazon network.