Skip to content

Releases: mineiros-io/terraform-aws-vpc

v0.7.1

09 Mar 18:38
d39c8a4

Choose a tag to compare

Fixed

  • Fix calculation of zone name

v0.7.0

07 Mar 09:55
6c39bd7

Choose a tag to compare

Changelog

Added

  • Add nat_gateway_single_mode_zone to be able to set a fixed zone for single NAT gateway deployments.
  • Add nat_gateway_eip_allocation_ids to allow bringing external EIPs instead of creating them with the module.

v0.6.0

06 Oct 17:47
3c7a92e

Choose a tag to compare

Changelog

Added

  • Add tags for easier data-sourcing
  • Add support for elasticache subnet groups

v0.5.0

06 Sep 18:03
3a7e62c

Choose a tag to compare

Changelog

Added

  • Add support for db subnet groups
  • Add support terraform v1.x

v0.4.0

25 May 13:30
7da6840

Choose a tag to compare

Changelog

Added

  • Add support for terraform v0.15

v0.3.0

25 May 13:23
ae3a482

Choose a tag to compare

Changelog

BREAKING CHANGES

  • updating will recreate routes to nat gateways using a new resource key as terraform address

Added

  • Add support for terraform v0.14

Fixed

  • BREAKING: Fix terraform route modification behavior when switching nat_gateway_mode

v0.2.0

20 Sep 13:52
d53070a

Choose a tag to compare

Added

  • Add support for Terraform v0.13.x
  • Add support for Terraform AWS Provider v3.x
  • Prepare support for Terraform v0.14.x (needs terraform v0.12.20 or above)

v0.1.0

08 Jul 10:42
e8c2eb9

Choose a tag to compare

Added

  • THIS RELEASE IS BREAKING BACKWARD COMPATIBILITY.
  • Add support to move subnets between subnet classes without recreation (public, private, intra).
  • Add CHANGELOG.md, CONTRIBUTING.md and test/README.md.
  • Add new input variables to support dynamic subnets.
  • Ensure cidr_blocks are align to network address.
  • Document all input arguments and output attributes.
  • Add minimal and module_enabled tests

Changed

  • THIS RELEASE IS BREAKING BACKWARD COMPATIBILITY.
  • Refactor the full module while keeping the same basic feature set.
  • Refactor test to deploy VPC with all NAT gateway Modes (single, one_per_az, none).
  • Update build-system.

Removed

  • THIS RELEASE IS BREAKING BACKWARD COMPATIBILITY.
  • Remove routing to the internet from subnets of class 'intra'.
  • Remove flags to allow and disallow internet access for private and intra subnets.
  • Remove support for static network classes.
  • Remove most input variables related to defining subnets.

v0.0.3

20 Jun 16:15
dc16b97

Choose a tag to compare

v0.0.3 Pre-release
Pre-release

Note

  • Instance tenancy defaulted to "dedicated" which is very costly when running instances in the VPC for non production workloads on scale. If you used v0.0.1 or v0.0.2 please check that you did not start any dedicated instances and review your costs and recreate any started instances to run on shared hardware with default tenenacy. Note: Those are still pre-releases and not meant to run workloads yet.
  • we unpublished v0.0.1 and v0.0.2.

Changes

  • change tenancy to default.
  • rename create to module_enabled
  • implement module_depends_on
  • update build system