Skip to content

Latest commit

 

History

History
140 lines (71 loc) · 6.37 KB

CHANGELOG.md

File metadata and controls

140 lines (71 loc) · 6.37 KB

Changelog

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.

2.3.1 (2022-12-29)

Bug Fixes

  • fixes lint issues and generates metadata (#93) (0e3e19c)

2.3.0 (2022-06-11)

Features

Bug Fixes

  • remove Classic VPN tunnels dynamic example (#82) (2ab8e68)

2.2.0 (2022-01-18)

Features

  • update TPG version constraints to allow 4.0 (#66) (a9bd3a7)

Bug Fixes

  • for_each can not receive null vpn_ha (#67) (50120ec)

2.1.0 (2021-09-23)

Features

2.0.0 (2021-08-26)

⚠ BREAKING CHANGES

  • The BGP session name now includes the tunnel name. This may cause recreation of the VPN tunnel.

Bug Fixes

  • Prefix BGP session name with tunnel name (#58) (f8d08fd), closes #54

1.5.0 (2021-02-03)

Features

  • Add option to use an existing vpn_gateway (#48) (712720a)

Bug Fixes

  • Mark certain output values as sensitive for TF 0.14 (#51) (2e55b02)

1.4.1 (2020-08-28)

Bug Fixes

  • Fix numeric indexes for tunnels and subnets (#43) (a78f08d)

1.4.0 (2020-05-28)

Features

  • enable usage of a already created public IP address(#40) (537d81e)

1.3.1 (2020-03-04)

Bug Fixes

  • Add the project argument to external_gateway (#33) (a901ab7)

1.3.0 - 2020-03-03

Features

1.2.0 - 2019-11-20

Added

  • Added support for dynamic router #16

1.1.0 - 2019-08-21

Change

  • Added self-links of the tunnels and gateway to output #17

1.0.0 - 2019-07-26

Change

  • Upgraded for usage with terraform-0.12.x #12

0.3.0 - 2019-01-22

Changed

  • Made local_traffic_selector and remote_traffic_selector configurable.
  • Update examples to use registry with versions
  • Reorganize README

0.2.0 - 2019-01-17

Changed

  • Made ike_version configurable. #2

0.1.0 - 2019-01-17

Added

  • Initial module release.