Skip to content

Latest commit

 

History

History
67 lines (40 loc) · 1.74 KB

File metadata and controls

67 lines (40 loc) · 1.74 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.

Added

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

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).

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