Skip to content

Latest commit

 

History

History
100 lines (57 loc) · 2.73 KB

File metadata and controls

100 lines (57 loc) · 2.73 KB

terraform-aws-tardigrade-vpn-connection 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.

Released: 2024.02.16

Summary:

  • Reverts change using ignore_changes on the vgw_telemetry attribute. Since that attribute is "computed", Terraform already ignores changes on it. The original problem with the diff must be related to a different configuration specific to the user config.

Released: 2024.01.12

Summary:

  • Avoids unnecessary diffs when the vgw_telemetry attribute is updated outside the terraform workflow

Released: 2023.12.20

Summary:

  • Support creating transit gateway route table associations and propagations for the vpn connection

Released: 2023.12.20

Summary:

  • Creates customer gateway before destroying old one to fix issues when changes require recreation
  • Requires minimum terraform aws provider 5.31.0 to support log_group_class attribute on cloudwatch log group

3.0.0

Released: 2023.12.09

Commit Delta: Change from 1.0.2 release

Summary:

  • Completely refactors module to support all VPN Connection options and target types, including VPN Gateway and Transit Gateway

1.0.2

Released: 2019.10.28

Commit Delta: Change from 1.0.1 release

Summary:

  • Pins tfdocs-awk version
  • Updates documentation generation make targets
  • Adds documentation to the test modules

1.0.1

Released: 2019.10.04

Commit Delta: Change from 1.0.0 release

Summary:

  • Update testing harness to have a more user-friendly output
  • Update terratest dependencies

1.0.0

Released: 2019.09.16

Commit Delta: Change from 0.0.0 release

Summary:

  • Upgrade to terraform 0.12.x
  • Add test cases

0.0.0

Commit Delta: N/A

Released: 2019.08.22

Summary:

  • Initial release!