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.
3.0.1 (2020-07-21)
3.0.1 (2020-07-21)
3.0.0 (2020-05-15)
- Service accounts were changed to use for_each, causing a state migration. See the upgrade guide for details.
- Add support for custom display_name and description #18 (#19) (badaaf3)
- Use for_each instead of count to create resource (#15) (19c8a02)
2.0.2 - 2019-10-09
- Fix outputs on
names
variable element removal/change #14
2.0.1 - 2019-09-13
- Fix example in top-level README to work with terraform-0.12.x #13
2.0.0 - 2019-08-14
- Refactored outputs and list generation. #9
- Added new
service_account
andservice_accounts
outputs for single and multi user use that expose the base resources, now possible with Terraform 0.12. - Added new
emails_list
andiam_emails_list
outputs that return lists, and are guaranteed to keep the same ordering for resources as the map type outputs. - Refactored the formatted list generation for the
iam_emails
and newiam_emails_list
outputs to use the newfor
expression, fixing issues withformatlist
andzipmap
in Terraform 0.12. - Refactored and simplified the
keys
template and output using the new splat syntax. - BREAKING: Changed the keys for the
keys
output to use the Service Account name.
- Added new
1.0.0 - 2019-07-26
- Upgraded for usage with terraform-0.12.x #6
0.1.1 - 2019-06-14
- All bindings are applied to all service accounts. #3
0.1.0 - 2019-05-28
- Initial release. #1