Skip to content

Latest commit

 

History

History
89 lines (56 loc) · 2.5 KB

File metadata and controls

89 lines (56 loc) · 2.5 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.

2.0.0 - 2026-01-14

Added

  • Add support for computed_members_map
  • Add support for iam.condition
  • Add support for federated principals by updated IAM module to 0.3.0

Removed

  • BREAKING CHANGE: remove output module_enabled

Changed

  • Remove Terraform tomap function use from iam module locals.
  • Change var.location back to be optional.
  • Migrated tests to new testsuite.
  • Change type of var.labels to map(string).

1.0.0 - 2024-05-15

Added

  • Add cleanup policies
  • Add semantic-release

Removed

  • 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

Added

  • Test additional resources in unit tests also

Fixed

  • Fixed iam integration when module_enabled = false

Added

  • Add unit tests

Changed

Removed

  • Removed default values in timeouts

Added

  • Support for provider 4.x

Added

  • Initial Implementation