Skip to content

Latest commit

 

History

History
91 lines (55 loc) · 4.72 KB

CHANGELOG.md

File metadata and controls

91 lines (55 loc) · 4.72 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.

3.0.1 (2020-07-21)

Bug Fixes

  • Key should be the actual value of the generated json content (#26) (b6f3452)

3.0.1 (2020-07-21)

Bug Fixes

  • Key should be the actual value of the generated json content (#26) (b6f3452)

3.0.0 (2020-05-15)

⚠ BREAKING CHANGES

  • Service accounts were changed to use for_each, causing a state migration. See the upgrade guide for details.

Features

  • 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

Fixed

  • Fix outputs on names variable element removal/change #14

2.0.1 - 2019-09-13

Changed

  • Fix example in top-level README to work with terraform-0.12.x #13

2.0.0 - 2019-08-14

Changed

  • Refactored outputs and list generation. #9
    • Added new service_account and service_accounts outputs for single and multi user use that expose the base resources, now possible with Terraform 0.12.
    • Added new emails_list and iam_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 new iam_emails_list outputs to use the new for expression, fixing issues with formatlist and zipmap 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.

1.0.0 - 2019-07-26

Changed

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

0.1.1 - 2019-06-14

Fixed

  • All bindings are applied to all service accounts. #3

0.1.0 - 2019-05-28

Added

  • Initial release. #1