Skip to content

Latest commit

 

History

History
210 lines (108 loc) · 14.8 KB

File metadata and controls

210 lines (108 loc) · 14.8 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.

6.2.0 (2024-10-08)

Features

  • Support external_resources for egress policies (#162) (4bc0673)

6.1.0 (2024-10-07)

Features

Bug Fixes

  • variables: fail gracefully if sources index does not exist (#146) (49973a3)

6.0.0 (2024-04-11)

⚠ BREAKING CHANGES

  • TPG>=5.4: add vpc_network_sources in access level (#133)
  • TPG >= 4.68: added missing features for egress policies (#131)

Features

  • TPG>=5.4: add vpc_network_sources in access level (#133) (de58006)

Bug Fixes

  • TPG >= 4.68: added missing features for egress policies (#131) (c6df326)

5.2.1 (2023-10-20)

Bug Fixes

  • upgraded versions.tf to include minor bumps from tpg v5 (#123) (bf84660)

5.2.0 (2023-07-26)

Features

5.1.0 (2023-06-22)

Features

  • added VPC network support to perimeter resources (#106) (645f42e)

5.0.0 (2022-12-29)

⚠ BREAKING CHANGES

  • update TPG version 3.62 and address tflint/CI (#90)

Bug Fixes

  • update TPG version 3.62 and address tflint/CI (#90) (b33c20d)

4.0.1 (2022-03-17)

Bug Fixes

  • Added VPC Accessible Services configuration (#84) (ccc56a8)
  • dry-run egress ingress operations (#83) (dfd0252)

4.0.0 (2022-03-04)

⚠ BREAKING CHANGES

  • add Terraform 0.13 constraint and module attribution (#45)
  • Minimum provider version increased to 3.17
  • Resources have been split out from the perimeter. See the upgrade guide for details.

Features

  • add regions and require_corp_owned to access level module (#40) (20d4ce5)
  • add Terraform 0.13 constraint and module attribution (#45) (9fab6ed)
  • Added Ingress and Egress Rules support to regular perimeters (#55) (f837a23)
  • Added support for dry-run policies in VPC Service Controls (#37) (0e712f0)
  • Pass description attribute through in regular_service_perimeter module (#34) (d5ff0e3)
  • split resources into separate resource to allow out-of-module additions (#61) (03e86e3)
  • update TPG version constraints to allow 4.0 (#65) (8f7a51c)

Bug Fixes

  • Add perimeter info to regular perimeter outputs (#51) (1787b21)
  • add resource_keys variable to handle dynamic resources (#81) (9110314)
  • Change default value for os_type to OS_UNSPECIFIED (#30) (20da2e0)
  • ignore excessive changes to bridge status (#74) (09cb2dc)
  • Use dynamic block to prevent empty device policies (#31) (17a9329)

3.2.0 (2022-01-11)

Features

  • split resources into separate resource to allow out-of-module additions (#61) (03e86e3)
  • update TPG version constraints to allow 4.0 (#65) (8f7a51c)

3.1.0 (2021-10-07)

Features

  • Added Ingress and Egress Rules support to regular perimeters (#55) (f837a23)

3.0.1 (2021-05-19)

Bug Fixes

  • Add perimeter info to regular perimeter outputs (#51) (1787b21)

3.0.0 (2021-04-08)

⚠ BREAKING CHANGES

  • add Terraform 0.13 constraint and module attribution (#45)

Features

  • add Terraform 0.13 constraint and module attribution (#45) (9fab6ed)

2.1.0 (2021-01-20)

Features

  • add regions and require_corp_owned to access level module (#40) (20d4ce5)

2.0.0 (2020-06-01)

⚠ BREAKING CHANGES

  • Minimum provider version increased to 3.17

Features

  • Added support for dry-run policies in VPC Service Controls (#37) (0e712f0)

1.1.0 (2020-04-07)

Features

  • Pass description attribute through in regular_service_perimeter module (#34) (d5ff0e3)

1.0.3 (2020-04-06)

Bug Fixes

  • Change default value for os_type to OS_UNSPECIFIED (#30) (20da2e0)
  • Use dynamic block to prevent empty device policies (#31) (17a9329)

1.0.2 - 2019-12-10

Fixed

  • Fixed issue with the dependency graph for the shared_resources output. #25

1.0.1 - 2019-09-19

Fixed

  • Fixed issues with the dependency graph for access level outputs. #18

1.0.0 - 2019-09-04

Changed

  • Supported version of Terraform is 0.12. #10

0.1.0 - 2019-05-15

Added

  • Initial release of module.