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.
2.0.0 - 2026-01-14
- Add support for
computed_members_map - Add support for
iam.condition - Add support for federated principals by updated IAM module to 0.3.0
- BREAKING CHANGE: remove output
module_enabled
- Remove Terraform
tomapfunction use fromiammodule locals. - Change
var.locationback to be optional. - Migrated tests to new testsuite.
- Change type of
var.labelstomap(string).
1.0.0 - 2024-05-15
- Add cleanup policies
- Add semantic-release
- Drop support for Google provider < 5.14 due to adding cleanup policies
0.1.1 - 2024-03-19
- Pre-release
0.1.0 - 2024-03-19
- Pre-release
- Test additional resources in unit tests also
- Fixed iam integration when
module_enabled = false
- Add unit tests
- Refactored
timeoutsblock to match template standard - Upgrade terraform-google-artifact-registry-repository-iam to
v0.0.3 - BREAKING:
var.locationneeds to be mandatory.
- Removed default values in timeouts
- Support for provider 4.x
- Initial Implementation