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.
Extending the adopted spec, each change should have a link to its corresponding pull request appended.
7.1.0 (2021-03-25)
7.0.0 (2021-03-22)
- add Terraform 0.13 constraint and module attribution (#134)
- Update audit_config submodule to support multiple log types (#108)
- add Terraform 0.13 constraint and module attribution (#134) (1bd58cf)
- Update audit_config submodule to support multiple log types (#108) (1e5d793)
6.4.1 (2021-01-19)
6.4.0 (2020-11-10)
6.3.1 (2020-09-22)
6.3.0 (2020-09-02)
6.2.0 (2020-07-17)
6.1.0 (2020-04-13)
- Add helper for assigning members to custom roles (#102) (fc46920)
- Add submodule for managing audit config (#82) (801788c)
6.0.0 (2020-03-25)
- The
project
variable has been removed from theprojects_iam
submodule. Please useprojects
instead.
- Added submodule for assigning multiple roles to a service account. #88
5.1.0 - 2019-12-05
- Submodule
billing_accounts_iam
. #52
- The
folders_iam
submodule correctly handles folder IDs with and without a "folders/" prefix. #65
This is a backward incompatible release. Refer to the upgrade guide for more details.
- The root module has been removed. #73
4.0.0 - 2019-11-07
This is a backward incompatible release. Refer to the upgrade guide for more details.
*_num
options. #64
- Authoritative bindings are correctly applied. #61
- Migrate to
for_each
which fixes the configuration update issue. #64
3.0.0 - 2019-09-26
- Submodules for each type of binding. #43
2.0.0 - 2019-07-16
1.1.1 - 2019-05-29
- Updated folders input to accept either
folders/<id>
or<id>
. #19
1.1.0 - 2019-05-03
- Clarification of additive and authoritative modes in README. #5
- A Stackdriver Agent Roles example. #12
- The subnet example constructs the required fully
qualified subnet IDs using a
project
variable, aregion
variable, and thesubnet_one
andsubnet_two
variables. #6 #14 - The usage example in the README demonstrates a Terraform Module registry reference. #7
- The examples pin the
google
andgoogle-beta
providers to~> 1.20
. #9
1.0.0 - 2018-09-26
This is the initial release of the module, with support for bulk IAM management.