Terraform Vpc Versions Save

Terraform module to create an AWS VPC

v6.0.0

11 months ago

Changes

*** BREAKING CHANGE ***

  • removes the enable_classiclink_dns_support and enable_classiclink vpc parameters and variables. These parameters are no longer available in the upstream AWS provider as of version 5.0.0

single-cluster-v3.1.0

2 years ago
  • Add elastic IP naming for single-cluster module as well as a custom prefix if desired

single-cluster-v3.0.0

3 years ago
  • added logic for optional admin subnets
  • added additional subnet tagging

v5.0.1

4 years ago

Changes

  • Updated module outputs so they're not encapsulated within a list. This aligns with the usage described in the Terraform Documentation.

v5.0.0

4 years ago

This release supports Terraform 0.12.

Info

All existing inputs and outputs remain untouched. Upgrading existing TF infrastructure to use this release should be seamless. Users coming from Terraform 0.11 may need to wipe out their .terraform directories and run a fresh terraform init.

Breaking

  • Terraform versions less than 0.12 are no longer supported

single-cluster-v1.0.0

4 years ago

Initial Tagged release of single-cluster per vpc module, which supports different subnet sizes

v4.0.0

4 years ago

Breaking Changes

  • Renamed all asset tags from ReactiveOps to Fairwinds, this could cause unexpected change sets for users of this module

Changes

  • New module supporting different size CIDR ranges

v3.1.0

4 years ago

Changes:

  • Add global tags to the EIPs and nat gateway.

v3.0.0

5 years ago

Breaking Changes

  • Removed parameters from Module Parameters (aws_secret_key and aws_access_key)

Changes:

  • Removed the need for defining a provider to the module - it now uses default inheritance model
  • Adjusted documentation

v2.3.0

5 years ago

New Features:

  • Add additional S3 endpoint route entries to list of provided route table id's.