Skip to content

Latest commit

 

History

History
66 lines (54 loc) · 2.78 KB

CHANGELOG.md

File metadata and controls

66 lines (54 loc) · 2.78 KB

Change Log

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

Migration to Terraform 0.12

Module is migrated to terraform 0.12, a few changes where applied. The example vpc-public-private is backwards compatible. The output type is changed for a few outputs.

  • input: availability_zones - replaced by a list over write the default which create in each zone a subnet.
  • output: public_subnets and private_subnets - redundant wrapper list removed. Output is a flat list.

2.0.0 - 03-09-2019

  • Upgrade to terraform 0.12, Migration directions:
    • Ensure you are on vpc 1.5.0.
    • Ensure you update Terraform to 0.12.
    • Ensure you providers are update to Terraform 0.12 compatible version.
    • Migrate your code via terraform 0.12 upgrade.

1.5.0 - 17-07-2019

  • Add example using Terraform 0.12.
  • Updates to make module Terraform 0.12 compatible.

1.4.0 - 10-07-2019

  • Make automatically created (default) resources managed by Terraform (ACL, SG and RT)
  • Add tags to all created resources.

1.3.0 - 10-04-2019

Added

  • Add S3 VPC endpoint by default so the access to S3 is free from within the VPC.

Changed

  • Updated terraform versions in example.
  • Removed provider from module.

1.2.1 - 20-12-2018

Changed

  • Rewrite aws_route53_zone resource to remove deprecated vpc_id

1.2.0 - 11-10-2018

Added

  • Added condition for the EIP

1.1.0 - 07-07-2018

Added

  • Add additional tags to public / private subnets to make them usable in Terraform data objects
  • Add extra input variable tags, for tagging resources

[1.0.0]

Added