Skip to content

Latest commit

 

History

History
83 lines (49 loc) · 2.21 KB

CHANGELOG.md

File metadata and controls

83 lines (49 loc) · 2.21 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.

Changed

  • BREAKING CHANGE: Allow iam.condition to create the same terraform id index as an unset iam.condition. This is breaking indexing and will recreate the resource unless iam._key is set to the previous value.

Added

  • Add support for variable computed_members_map
  • Add support for iam.condition
  • Add support for iam.roles

Removed

  • BREAKING CHANGE: Remove support for Terraform before v1.0
  • BREAKING CHANGE: Remove support for Terraform Google Provider before v4.0
  • BREAKING CHANEG: Remove output module_enabled

Breaking

  • Removed support for Terraform < 1.1.2

Fixed

  • Fix a bug that is based on terraform type system issue

Added

  • Add unit tests

Fixed

  • Fix attributes in nested terraform-google-storage-bucket-iam module to not fail when module_enabled = false

Added

  • Support for provider 4.x

Added

  • Add support for IAM via mineiros-io/storage-bucket-iam/google module

Added

  • Add missing outputs.tf

Added

  • Initial Implementation