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.
- Add support for
computed_members_map
- Add support for
iam.condition
- BREAKING CHANGE: remove output
module_enabled
- Remove Terraform
tomap
function use fromiam
module locals. - Change
var.location
back to be optional. - Migrated tests to new testsuite.
- Change type of
var.labels
tomap(string)
.
- Test additional resources in unit tests also
- Fixed iam integration when
module_enabled = false
- Add unit tests
- Refactored
timeouts
block to match template standard - Upgrade terraform-google-artifact-registry-repository-iam to
v0.0.3
- BREAKING:
var.location
needs to be mandatory.
- Removed default values in timeouts
- Support for provider 4.x
- Initial Implementation