Skip to content

Latest commit

 

History

History
116 lines (66 loc) · 5.57 KB

CHANGELOG.md

File metadata and controls

116 lines (66 loc) · 5.57 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.

5.0.0 (2024-09-12)

⚠ BREAKING CHANGES

  • TPG>=6: upgrade to TPGv6 (#84)

Features

4.0.1 (2023-10-17)

Bug Fixes

  • upgraded versions.tf to include minor bumps from tpg v5 (#70) (2195da2)

4.0.0 (2023-06-15)

⚠ BREAKING CHANGES

  • allows roles to be specified per folder per member (#55)

Features

  • allows roles to be specified per folder per member (#55) (5f92a9f)

Bug Fixes

3.1.0 (2021-12-20)

Features

  • update TPG version constraints to allow 4.0 (#36) (38c6281)

3.0.0 (2021-01-20)

⚠ BREAKING CHANGES

  • This is a breaking change as the Terraform state location for folders has moved. See the upgrade guide for details.

Features

  • Add upgrade guide and module attribution (#32) (183bfa1)
  • Use for_each instead of count to create folders (#21) (81da73f)

Bug Fixes

  • relax version constraints to enable terraform 0.13.x compatibility (#27) (ac91308)

2.0.2 - 2020-01-10

Fixed

  • Change var.parent to a first class expression. #8b79ea0
  • Fixed error with outputs after removing folders. #16

2.0.1 - 2019-11-05

Changed

  • update description of the set_roles variable #19

2.0.0 - 2019-08-19

Changed

  • Deprecate the parent_id and parent_type variables in favor of a single parent variable #8
  • Change outputs to follow the same conventions used in the cloud-storage and service-accounts modules (migration instructions) #9
    • Rename map outputs dropping the names_and_ prefix
    • Add resource outputs
    • Add single use outputs
    • Add list-style outputs

1.0.0 - 2019-07-26

Changed

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

0.1.0 - 2019-05-28

Added

  • Initial release