Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 1.22 KB

CHANGELOG.md

File metadata and controls

37 lines (25 loc) · 1.22 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] - 2019-08-19

Changed

  • Deprecate the parent_id and parent_type variables in favor of a single parent variable [#8]
  • Change outputs to follow the same conventions used in the cloud-storage and service-accounts modules (migration instructions) [#9]
    • Rename map outputs dropping the names_and_ prefix
    • Add resource outputs
    • Add single use outputs
    • Add list-style outputs

1.0.0 - 2019-07-26

Changed

  • Upgraded for usage with terraform-0.12.x #3

0.1.0 - 2019-05-28

Added

  • Initial release