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)
- TPG>=6: upgrade to TPGv6 (#84)
4.0.1 (2023-10-17)
4.0.0 (2023-06-15)
- allows roles to be specified per folder per member (#55)
3.1.0 (2021-12-20)
3.0.0 (2021-01-20)
- This is a breaking change as the Terraform state location for folders has moved. See the upgrade guide for details.
- Add upgrade guide and module attribution (#32) (183bfa1)
- Use for_each instead of count to create folders (#21) (81da73f)
2.0.2 - 2020-01-10
- Change
var.parent
to a first class expression. #8b79ea0 - Fixed error with outputs after removing folders. #16
2.0.1 - 2019-11-05
- update description of the
set_roles
variable #19
2.0.0 - 2019-08-19
- Deprecate the
parent_id
andparent_type
variables in favor of a singleparent
variable #8 - Change outputs to follow the same conventions used in the
cloud-storage
andservice-accounts
modules (migration instructions) #9- Rename map outputs dropping the
names_and_
prefix - Add resource outputs
- Add single use outputs
- Add list-style outputs
- Rename map outputs dropping the
1.0.0 - 2019-07-26
- Upgraded for usage with terraform-0.12.x #3
0.1.0 - 2019-05-28
- Initial release